Package version:

Interface FileSharesListOptionalParams

Optional parameters.

interface FileSharesListOptionalParams {
    expand?: string;
    filter?: string;
    maxpagesize?: string;
}

Hierarchy

  • unknown
    • FileSharesListOptionalParams

Properties

expand?: string

Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ','

filter?: string

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

maxpagesize?: string

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