- sasIpRange - Variable in class com.azure.storage.common.sas.BaseSasQueryParameters
-
Deprecated.
- SasIpRange - Class in com.azure.storage.common.sas
-
This type specifies a continuous range of IP addresses.
- SasIpRange() - Constructor for class com.azure.storage.common.sas.SasIpRange
-
Constructs an SasIpRange object.
- SasProtocol - Enum in com.azure.storage.common.sas
-
Specifies the set of possible permissions for a shared access signature protocol.
- ScrubEtagPolicy - Class in com.azure.storage.common.policy
-
Wraps any potential error responses from the service and applies post processing of the response's eTag header to
standardize the value.
- ScrubEtagPolicy() - Constructor for class com.azure.storage.common.policy.ScrubEtagPolicy
-
- setAddPermission(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the add permission status.
- setBlobAccess(boolean) - Method in class com.azure.storage.common.sas.AccountSasService
-
Sets the access status for blob resources.
- setContainer(boolean) - Method in class com.azure.storage.common.sas.AccountSasResourceType
-
Sets the access status for container level APIs, this grants access to Blob Containers, Tables, Queues, and File
Shares.
- setCreatePermission(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the create permission status.
- setDeletePermission(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the delete permission status.
- setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
- setFileAccess(boolean) - Method in class com.azure.storage.common.sas.AccountSasService
-
Sets the access status for file resources.
- setIpMax(String) - Method in class com.azure.storage.common.sas.SasIpRange
-
Sets the maximum IP address of the range.
- setIpMin(String) - Method in class com.azure.storage.common.sas.SasIpRange
-
Sets the minimum IP address of the range.
- setListPermission(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the list permission status.
- setObject(boolean) - Method in class com.azure.storage.common.sas.AccountSasResourceType
-
Sets the access status for object level APIs, this grants access to Blobs, Table Entities, Queue Messages,
Files.
- setPermissions(AccountSasPermission) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
- setProcessMessages(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the process messages permission, this allows the retrieval and deletion of queue messages.
- setProtocol(SasProtocol) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
Sets the
SasProtocol which determines the HTTP protocol that will be used.
- setQueueAccess(boolean) - Method in class com.azure.storage.common.sas.AccountSasService
-
Sets the access status for queue resources.
- setReadPermission(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the read permission status.
- setResourceTypes(String) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
- setSasIpRange(SasIpRange) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
Sets the
SasIpRange which determines the IP ranges that are allowed to use the SAS.
- setService(boolean) - Method in class com.azure.storage.common.sas.AccountSasResourceType
-
Sets the access status for service level APIs.
- setServices(String) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
- setStartTime(OffsetDateTime) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
Sets when the SAS will take effect.
- setTableAccess(boolean) - Method in class com.azure.storage.common.sas.AccountSasService
-
Sets the access status for table resources.
- setUpdatePermission(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the update permission status, it allows the update of queue messages and tables.
- setVersion(String) - Method in class com.azure.storage.common.sas.AccountSasSignatureValues
-
Sets the service version that is targeted.
- setWritePermission(boolean) - Method in class com.azure.storage.common.sas.AccountSasPermission
-
Sets the write permission status.
- sharedKeyCredential() - Method in class com.azure.storage.common.policy.StorageSharedKeyCredentialPolicy
-
- signature - Variable in class com.azure.storage.common.sas.BaseSasQueryParameters
-
Deprecated.
- skip(long) - Method in class com.azure.storage.common.StorageInputStream
-
Skips over and discards n bytes of data from this input stream.
- startTime - Variable in class com.azure.storage.common.sas.BaseSasQueryParameters
-
Deprecated.
- StorageInputStream - Class in com.azure.storage.common
-
Provides an input stream to read a given storage resource.
- StorageInputStream(int, long) - Constructor for class com.azure.storage.common.StorageInputStream
-
Initializes a new instance of the StorageInputStream class.
- StorageInputStream(long, Long, int, long) - Constructor for class com.azure.storage.common.StorageInputStream
-
Initializes a new instance of the StorageInputStream class.
- StorageOutputStream - Class in com.azure.storage.common
-
StorageOutputStream allows for uploading data to an Azure Storage service using stream concepts.
- StorageOutputStream(int) - Constructor for class com.azure.storage.common.StorageOutputStream
-
- StorageSharedKeyCredential - Class in com.azure.storage.common
-
SharedKey credential policy that is put into a header to authorize requests.
- StorageSharedKeyCredential(String, String) - Constructor for class com.azure.storage.common.StorageSharedKeyCredential
-
Initializes a new instance of StorageSharedKeyCredential contains an account's name and its primary or secondary
accountKey.
- StorageSharedKeyCredentialPolicy - Class in com.azure.storage.common.policy
-
Policy that adds the SharedKey into the request's Authorization header.
- StorageSharedKeyCredentialPolicy(StorageSharedKeyCredential) - Constructor for class com.azure.storage.common.policy.StorageSharedKeyCredentialPolicy
-
Creates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header.
- streamFaulted - Variable in class com.azure.storage.common.StorageInputStream
-
A flag to determine if the stream is faulted, if so the last error will be thrown on next operation.