Struct OpenVDS::AzurePresignedOpenOptions

struct AzurePresignedOpenOptions : public OpenVDS::OpenOptions

Options for opening a VDS with presigned Azure url.

Public Functions

inline AzurePresignedOpenOptions()
inline AzurePresignedOpenOptions(const std::string &baseUrl, const std::string &urlSuffix)

AzurePresignedOpenOptions constructor.

Parameters:
  • baseUrl – The base url for the VDS

  • urlSuffix – The suffix of the presigned url

Public Members

std::string baseUrl
std::string urlSuffix