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

Optional parameters for Azure::Storage::Files::Shares::ShareDirectoryClient::ForceCloseAllHandles.

#include <share_options.hpp>

Public Attributes

Azure::Nullable< std::string > ContinuationToken
 
Azure::Nullable< bool > Recursive
 Specifies operation should apply to the directory specified in the URI, its files, its subdirectories and their files.
 

Member Data Documentation

◆ ContinuationToken

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

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


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