Flow PHP

ListBlobOptions implements EndpointOptions uses UserAgentHeader

FinalYes

Interfaces

EndpointOptions

Methods

__construct()  : mixed
toHeaders()  : array<string|int, mixed>
toURIParameters()  : array<string|int, mixed>
userAgentHeader()  : string
withDelimiter()  : self
withInclude()  : self
withMarker()  : self
withMaxResults()  : self
withPrefix()  : self
withRequestId()  : self
withShowOnly()  : self
withTimeoutSeconds()  : self
withUserAgent()  : void
withVersion()  : self

Methods

toHeaders()

public toHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed>

toURIParameters()

public toURIParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

userAgentHeader()

public userAgentHeader() : string
Return values
string

withDelimiter()

public withDelimiter(string $delimiter) : self
Parameters
$delimiter : string
Return values
self

withMarker()

public withMarker(string $marker) : self
Parameters
$marker : string
Return values
self

withMaxResults()

public withMaxResults(int $maxResults) : self
Parameters
$maxResults : int
Return values
self

withPrefix()

public withPrefix(string $prefix) : self
Parameters
$prefix : string
Return values
self

withRequestId()

public withRequestId(string $requestId) : self
Parameters
$requestId : string
Return values
self

withTimeoutSeconds()

public withTimeoutSeconds(int $timeoutSeconds) : self
Parameters
$timeoutSeconds : int
Return values
self

withUserAgent()

public withUserAgent(string $userAgentHeader) : void
Parameters
$userAgentHeader : string

withVersion()

public withVersion(string $version) : self
Parameters
$version : string
Return values
self

        
On this page

Search results