Package version:

Interface BlobContainersListOptionalParams

Optional parameters.

interface BlobContainersListOptionalParams {
    filter?: string;
    include?: string;
    maxpagesize?: string;
}

Hierarchy

  • unknown
    • BlobContainersListOptionalParams

Properties

filter?: string

Optional. When specified, only container names starting with the filter will be listed.

include?: string

Optional, used to include the properties for soft deleted blob containers.

maxpagesize?: string

Optional. Specified maximum number of containers that can be included in the list.