Freigeben über


IDirectoryListHandlesSegmentOptions interface

Properties

maxresults

Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items.

recursive

Specifies operation should apply to the directory specified in the URI, its files, its subdirectories and their files.

Property Details

maxresults

Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items.

maxresults?: number

Property Value

number

recursive

Specifies operation should apply to the directory specified in the URI, its files, its subdirectories and their files.

recursive?: boolean

Property Value

boolean