azure-storage-files-shares
Public Attributes | List of all members
Azure::Storage::Files::Shares::ListFileHandlesOptions Struct Referencefinal

Optional parameters for Azure::Storage::Files::Shares::ShareFileClient::ListHandles.

#include <share_options.hpp>

Public Attributes

Azure::Nullable< std::string > ContinuationToken
 
Azure::Nullable< int32_t > PageSizeHint
 

Member Data Documentation

◆ ContinuationToken

Azure::Nullable<std::string> Azure::Storage::Files::Shares::ListFileHandlesOptions::ContinuationToken

A string value that identifies the portion of the list to be returned with the next list operation. The operation returns a marker value within the response body if the list returned was not complete. The marker value may then be used in a subsequent call to request the next set of list items. The marker value is opaque to the client.

◆ PageSizeHint

Azure::Nullable<int32_t> Azure::Storage::Files::Shares::ListFileHandlesOptions::PageSizeHint

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


The documentation for this struct was generated from the following file: