Access Policy class used by the set and get access policy methods in each service.
A stored access policy can specify the start time, expiry time, and permissions for the Shared Access Signatures with which it's associated. Depending on how you want to control access to your resource, you can specify all of these parameters within the stored access policy, and omit them from the URL for the Shared Access Signature. Doing so permits you to modify the associated signature's behavior at any time, as well as to revoke it. Or you can specify one or more of the access policy parameters within the stored access policy, and the others on the URL. Finally, you can specify all of the parameters on the URL. In this case, you can use the stored access policy to revoke the signature, but not to modify its behavior.
Together the Shared Access Signature and the stored access policy must include all fields required to authenticate the signature. If any required fields are missing, the request will fail. Likewise, if a field is specified both in the Shared Access Signature URL and in the stored access policy, the request will fail with status code 400 (Bad Request).
AccountSasPermissionsResourceTypes class to be used with generate_account_sas function and for the AccessPolicies used with set_*_acl. There are two types of SAS which may be used to grant resource access. One is to grant access to a specific resource (resource-specific). Another is to grant access to the entire service for a specific account and allow certain operations based on perms found here.
ArrowDialectfield of an arrow schema.
All required parameters must be populated in order to send to Azure.
BlobAnalyticsLoggingAzure Analytics Logging settings.
BlobBlockBlockBlob Block class.
BlobClientA client to interact with a specific blob, although that blob may not yet exist.
For more optional configuration, please click here.
BlobLeaseClientCreates a new BlobLeaseClient.
This client provides lease operations on a BlobClient or ContainerClient. :param client: The client of the blob or container to lease. :type client: Union[BlobClient, ContainerClient] :param lease_id: A string representing the lease ID of an existing lease. This value does not need to be specified in order to acquire a new lease, or break one. :type lease_id: Optional[str]
BlobPrefixAn Iterable of Blob properties.
Returned from walk_blobs when a delimiter is used. Can be thought of as a virtual blob directory.
BlobPropertiesBlob Properties.
BlobQueryErrorThe error happened during quick query operation.
BlobQueryReaderA streaming object to read query results.
BlobSasPermissionsBlobSasPermissions class to be used with the generate_blob_sas function.
BlobServiceClientA client to interact with the Blob Service at the account level.
This client provides operations to retrieve and configure the account properties as well as list, create and delete containers within the account. For operations relating to a specific container or blob, clients for those entities can also be retrieved using the get_client functions.
For more optional configuration, please click here.
ContainerClientA client to interact with a specific container, although that container may not yet exist.
For operations relating to a specific blob within this container, a blob client can be retrieved using the get_blob_client function.
For more optional configuration, please click here.
ContainerEncryptionScopeThe default encryption scope configuration for a container.
This scope is used implicitly for all future writes within the container, but can be overridden per blob operation.
New in version 12.2.0.
ContainerPropertiesBlob container's properties class.
Returned ContainerProperties
instances expose these values through a dictionary interface, for example: container_props["last_modified"]
. Additionally, the container name is available as container_props["name"]
.
ContainerSasPermissions class to be used with the generate_container_sas function and for the AccessPolicies used with set_container_access_policy.
ContentSettingsThe content settings of a blob.
CopyPropertiesBlob Copy Properties.
These properties will be None if this blob has never been the destination in a Copy Blob operation, or if this blob has been modified after a concluded Copy Blob operation, for example, using Set Blob Properties, Upload Blob, or Commit Block List.
CorsRuleCORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implement a security restriction known as same-origin policy that prevents a web page from calling APIs in a different domain; CORS provides a secure way to allow one domain (the origin domain) to call APIs in another domain.
CustomerProvidedEncryptionKeyAll data in Azure Storage is encrypted at-rest using an account-level encryption key. In versions 2018-06-17 and newer, you can manage the key used to encrypt blob contents and application metadata per-blob by providing an AES-256 encryption key in requests to the storage service.
When you use a customer-provided key, Azure Storage does not manage or persist your key. When writing data to a blob, the provided key is used to encrypt your data before writing it to disk. A SHA-256 hash of the encryption key is written alongside the blob contents, and is used to verify that all subsequent operations against the blob use the same encryption key. This hash cannot be used to retrieve the encryption key or decrypt the contents of the blob. When reading a blob, the provided key is used to decrypt your data after reading it from disk. In both cases, the provided encryption key is securely discarded as soon as the encryption or decryption process completes.
DelimitedJsonDialectDefines the input or output JSON serialization for a blob data query.
DelimitedTextDialectDefines the input or output delimited (CSV) serialization for a blob query request.
ExponentialRetryExponential retry.
Constructs an Exponential retry object. The initial_backoff is used for the first retry. Subsequent retries are retried after initial_backoff + increment_power^retry_count seconds.
FilteredBlobBlob info from a Filter Blobs API call.
ImmutabilityPolicyOptional parameters for setting the immutability policy of a blob, blob snapshot or blob version.
New in version 12.10.0: This was introduced in API version '2020-10-02'.
LeasePropertiesBlob Lease Properties.
LinearRetryLinear retry.
Constructs a Linear retry object.
LocationModeSpecifies the location the request should be sent to. This mode only applies for RA-GRS accounts which allow secondary read access. All other account types must use PRIMARY.
MetricsA summary of request statistics grouped by API in hour or minute aggregates for blobs.
ObjectReplicationPolicyPolicy id and rule ids applied to a blob.
ObjectReplicationRulePolicy id and rule ids applied to a blob.
PageRangePage Range for page blob.
PartialBatchErrorExceptionThere is a partial failure in batch operations.
ResourceTypesSpecifies the resource types that are accessible with the account SAS.
RetentionPolicyThe retention policy which determines how long the associated data should persist.
ServicesSpecifies the services accessible with the account SAS.
StaticWebsiteThe properties that enable an account to host a static website.
StorageStreamDownloaderA streaming object to download from Azure Storage.
UserDelegationKeyRepresents a user delegation key, provided to the user by Azure Storage based on their Azure Active Directory access token.
The fields are saved as simple strings since the user does not have to interact with this object; to generate an identify SAS, the user can simply pass it to the right API.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4