Class BlobServiceSasQueryParameters

java.lang.Object
com.azure.storage.common.sas.BaseSasQueryParameters
com.azure.storage.blob.sas.BlobServiceSasQueryParameters

@Deprecated public final class BlobServiceSasQueryParameters extends BaseSasQueryParameters
Deprecated.
Please use the generateSas method on the desired blob/container client after initializing BlobServiceSasSignatureValues.
Represents the components that make up an Azure Storage SAS' query parameters. This type is not constructed directly by the user; it is only generated by the BlobServiceSasSignatureValues type. Once generated, it can be set on a BlobClientBuilder object to be constructed as part of a URL or it can be encoded into a String and appended to a URL directly (though caution should be taken here in case there are existing query parameters, which might affect the appropriate means of appending these query parameters). NOTE: Instances of this class are immutable to ensure thread safety.