azure-storage-files-shares
Public Attributes | Friends | List of all members
Azure::Storage::Files::Shares::ListSharesPagedResponse Class Referencefinal

Response type for Azure::Storage::Files::Shares::ShareServiceClient::ListShares.

#include <share_responses.hpp>

Inheritance diagram for Azure::Storage::Files::Shares::ListSharesPagedResponse:

Public Attributes

std::string ServiceEndpoint
 
std::string Prefix
 
std::vector< Models::ShareItemShares
 

Friends

class ShareServiceClient
 
class Azure::Core::PagedResponse< ListSharesPagedResponse >
 

Member Data Documentation

◆ Prefix

std::string Azure::Storage::Files::Shares::ListSharesPagedResponse::Prefix

Share name prefix that's used to filter the result.

◆ ServiceEndpoint

std::string Azure::Storage::Files::Shares::ListSharesPagedResponse::ServiceEndpoint

Service endpoint.

◆ Shares

std::vector<Models::ShareItem> Azure::Storage::Files::Shares::ListSharesPagedResponse::Shares

File share items.


The documentation for this class was generated from the following files: