Preparing search index...
The search index is not available
Back To Index
|
@azure/storage-file-share
Package version:
@azure/storage-file-share
ListSharesResponse
Interface ListSharesResponse
An enumeration of shares.
interface
ListSharesResponse
{
continuationToken
:
string
;
marker
?:
string
;
maxResults
?:
number
;
prefix
?:
string
;
serviceEndpoint
:
string
;
shareItems
?:
ShareItem
[]
;
}
Index
Properties
continuation
Token
marker?
max
Results?
prefix?
service
Endpoint
share
Items?
Properties
continuation
Token
continuation
Token
:
string
Optional
marker
marker
?:
string
Optional
max
Results
max
Results
?:
number
Optional
prefix
prefix
?:
string
service
Endpoint
service
Endpoint
:
string
Optional
share
Items
share
Items
?:
ShareItem
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/storage-file-share
Loading...
An enumeration of shares.