GetAllBucketsOptions
in package
Table of Contents
- $timeoutMilliseconds : int|null
- build() : GetAllBucketsOptions
- Static helper to keep code more readable
- timeout() : GetAllBucketsOptions
- Sets the operation timeout in milliseconds.
Properties
$timeoutMilliseconds
private
int|null
$timeoutMilliseconds
= null
Methods
build()
Static helper to keep code more readable
public
static build() : GetAllBucketsOptions
Tags
Return values
GetAllBucketsOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : GetAllBucketsOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply