GetBlobContainersOptions
in package
FinalYes
Configures blob container listing options.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$includes
public
array<string|int, mixed>
$includes
= []
$pageSize
public
int|null
$pageSize
= null
Methods
__construct()
public
__construct([int|null $pageSize = null ][, array<string|int, BlobContainerInclude> $includes = [] ]) : mixed
Parameters
- $pageSize : int|null = null
- $includes : array<string|int, BlobContainerInclude> = []
-
Optional datasets to include for every page of the listing.