Service Clients > @fluidframework/azure-client > AzureGetVersionsOptions
AzureGetVersionsOptions Interface
Options for “Get Container Versions” API.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface AzureGetVersionsOptions
Properties
Property | Alerts | Type | Description |
---|---|---|---|
maxCount |
ALPHA
|
number | Max number of versions |
Property Details
maxCount (ALPHA)
Max number of versions
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
maxCount: number;