AzureGetVersionsOptions Interface

Packages > @fluidframework/azure-client > AzureGetVersionsOptions

Options for “Get Container Versions” API.

Signature

export interface AzureGetVersionsOptions

Properties

Property Type Description
maxCount number Max number of versions

Property Details

maxCount

Max number of versions

Signature

maxCount: number;

Type: number