ListBlobOptions implements EndpointOptions uses UserAgentHeader
FinalYes
Interfaces
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
__construct()
public
__construct() : mixed
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
stringwithDelimiter()
public
withDelimiter(string $delimiter) : self
Parameters
- $delimiter : string
Return values
selfwithInclude()
public
withInclude(OptionInclude ...$include) : self
Parameters
- $include : OptionInclude
Return values
selfwithMarker()
public
withMarker(string $marker) : self
Parameters
- $marker : string
Return values
selfwithMaxResults()
public
withMaxResults(int $maxResults) : self
Parameters
- $maxResults : int
Return values
selfwithPrefix()
public
withPrefix(string $prefix) : self
Parameters
- $prefix : string
Return values
selfwithRequestId()
public
withRequestId(string $requestId) : self
Parameters
- $requestId : string
Return values
selfwithShowOnly()
public
withShowOnly(OptionShowOnly $showOnly) : self
Parameters
- $showOnly : OptionShowOnly
Return values
selfwithTimeoutSeconds()
public
withTimeoutSeconds(int $timeoutSeconds) : self
Parameters
- $timeoutSeconds : int
Return values
selfwithUserAgent()
public
withUserAgent(string $userAgentHeader) : void
Parameters
- $userAgentHeader : string
withVersion()
public
withVersion(string $version) : self
Parameters
- $version : string