MCPcopy Create free account

hub / github.com/Azure/azure-storage-python / types & classes

Types & classes164 in github.com/Azure/azure-storage-python

↓ 86 callersClassHTTPRequest
Represents an HTTP Request. :ivar str host: the host name to connect to :ivar str method: the method to use to connect (
azure-storage-common/azure/storage/common/_http/__init__.py:50
↓ 52 callersClassKeyWrapper
tests/encryption_test_helper.py:19
↓ 43 callersClassBlobBlock
BlockBlob Block class. :ivar str id: Block id. :ivar str state: Block state. Possible valuse: committed|unco
azure-storage-blob/azure/storage/blob/models.py:284
↓ 40 callersClassBlockBlobService
Block blobs let you upload large blobs efficiently. Block blobs are comprised of blocks, each of which is identified by a block ID. You creat
azure-storage-blob/azure/storage/blob/blockblobservice.py:65
↓ 28 callersClassContentSettings
Used to store the content settings of a blob. :ivar str content_type: The content type specified for the blob. If no content typ
azure-storage-blob/azure/storage/blob/models.py:140
↓ 22 callersClassAccessPolicy
Access Policy class used by the set and get acl methods in each service. A stored access policy can specify the start time, expiry time, and
azure-storage-common/azure/storage/common/models.py:365
↓ 21 callersClassMetrics
Metrics include aggregated transaction statistics and capacity data about requests to a storage service. Transactions are reported at both t
azure-storage-common/azure/storage/common/models.py:222
↓ 12 callersClassCloudStorageAccount
Provides a factory for creating the blob, queue, and file services with a common account name and account key or sas token. Users can either
azure-storage-common/azure/storage/common/cloudstorageaccount.py:23
↓ 12 callersClassExponentialRetry
Exponential retry.
azure-storage-common/azure/storage/common/retry.py:157
↓ 12 callersClassResponseCallback
tests/common/test_retry.py:28
↓ 10 callersClassAccountPermissions
:class:`~ResourceTypes` class to be used with generate_shared_access_signature method and for the AccessPolicies used with set_*_acl. There
azure-storage-common/azure/storage/common/models.py:532
↓ 10 callersClassQueueService
This is the main class managing queue resources. The Queue service stores messages. A queue can contain an unlimited number of messages
azure-storage-queue/azure/storage/queue/queueservice.py:80
↓ 9 callersClassLinearRetry
Linear retry.
azure-storage-common/azure/storage/common/retry.py:223
↓ 8 callersClassInclude
Specifies the datasets to include in the blob list response. :ivar ~azure.storage.blob.models.Include Include.COPY: Specifies that
azure-storage-blob/azure/storage/blob/models.py:495
↓ 8 callersClass_OperationContext
Contains information that lasts the lifetime of an operation. This operation may span multiple calls to the Azure service. :ivar bool l
azure-storage-common/azure/storage/common/models.py:37
↓ 7 callersClassBlobPermissions
BlobPermissions class to be used with :func:`~azure.storage.blob.baseblobservice.BaseBlobService.generate_blob_shared_access_signature` API.
azure-storage-blob/azure/storage/blob/models.py:555
↓ 7 callersClassCorsRule
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implemen
azure-storage-common/azure/storage/common/models.py:256
↓ 7 callersClassFileService
The Server Message Block (SMB) protocol is the preferred file share protocol used on premise today. The Microsoft Azure File service enables
azure-storage-file/azure/storage/file/fileservice.py:92
↓ 7 callersClassLogging
Storage Analytics logs detailed information about successful and failed requests to a storage service. This information can be used to monit
azure-storage-common/azure/storage/common/models.py:183
↓ 6 callersClassContainerPermissions
ContainerPermissions class to be used with :func:`~azure.storage.blob.baseblobservice.BaseBlobService.generate_container_shared_access_signature`
azure-storage-blob/azure/storage/blob/models.py:622
↓ 6 callersClassContentSettings
Used to store the content settings of a file. :ivar str content_type: The content type specified for the file. If no content type wa
azure-storage-file/azure/storage/file/models.py:156
↓ 6 callersClassFilePermissions
FilePermissions class to be used with :func:`~azure.storage.file.fileservice.FileService.generate_file_shared_access_signature` API. :i
azure-storage-file/azure/storage/file/models.py:280
↓ 6 callersClassQueuePermissions
QueuePermissions class to be used with :func:`~azure.storage.queue.queueservice.QueueService.generate_queue_shared_access_signature` method a
azure-storage-queue/azure/storage/queue/models.py:186
↓ 6 callersClassRetentionPolicy
By default, Storage Analytics will not delete any logging or metrics data. Blobs will continue to be written until the shared 20TB limit is
azure-storage-common/azure/storage/common/models.py:149
↓ 6 callersClassServices
Specifies the services accessible with the account SAS. :ivar Services Services.BLOB: The blob service. :ivar Services Services.FILE: Th
azure-storage-common/azure/storage/common/models.py:483
↓ 6 callersClassSharePermissions
SharePermissions class to be used with `azure.storage.file.FileService.generate_share_shared_access_signature` method and for the AccessPolic
azure-storage-file/azure/storage/file/models.py:340
↓ 6 callersClass_SharedAccessHelper
azure-storage-common/azure/storage/common/sharedaccesssignature.py:117
↓ 5 callersClassListGenerator
A generator object used to list storage resources. The generator will lazily follow the continuation tokens returned by the service and stop
azure-storage-common/azure/storage/common/models.py:53
↓ 5 callersClassResourceTypes
Specifies the resource types that are accessible with the account SAS. :ivar ResourceTypes ResourceTypes.CONTAINER: Access to contai
azure-storage-common/azure/storage/common/models.py:429
↓ 5 callersClass_list
Used so that additional properties can be set on the return list
azure-storage-common/azure/storage/common/models.py:27
↓ 4 callersClassKeyWrapper
samples/blob/encryption_usage.py:24
↓ 4 callersClassKeyWrapper
samples/queue/encryption_usage.py:23
↓ 3 callersClassBlobSharedAccessSignature
Provides a factory for creating blob and container access signature tokens with a common account name and account key. Users can either
azure-storage-blob/azure/storage/blob/sharedaccesssignature.py:14
↓ 3 callersClassFileSharedAccessSignature
Provides a factory for creating file and share access signature tokens with a common account name and account key. Users can either use
azure-storage-file/azure/storage/file/sharedaccesssignature.py:17
↓ 3 callersClassKeyResolver
samples/blob/encryption_usage.py:49
↓ 3 callersClassKeyResolver
samples/queue/encryption_usage.py:48
↓ 3 callersClassKeyResolver
tests/encryption_test_helper.py:45
↓ 3 callersClassResourceProperties
Base response for a resource request. :ivar str etag: Opaque etag value that can be used to check if resource has been m
azure-storage-blob/azure/storage/blob/models.py:341
↓ 3 callersClassRetryContext
Contains the request and response information that can be used to determine whether and how to retry. This context is stored across retries
azure-storage-common/azure/storage/common/models.py:108
↓ 3 callersClass_ServiceParameters
azure-storage-common/azure/storage/common/_connection.py:44
↓ 3 callersClass_StorageSASAuthentication
azure-storage-common/azure/storage/common/_auth.py:98
↓ 3 callersClass_StorageSharedKeyAuthentication
azure-storage-common/azure/storage/common/_auth.py:18
↓ 3 callersClass_SubStream
azure-storage-blob/azure/storage/blob/_upload_chunking.py:343
↓ 2 callersClassAppendBlobService
An append blob is comprised of blocks and is optimized for append operations. When you modify an append blob, blocks are added to the end of
azure-storage-blob/azure/storage/blob/appendblobservice.py:53
↓ 2 callersClassBlob
Blob class. :ivar str name: Name of blob. :ivar str snapshot: A DateTime value that uniquely identifies the snapshot
azure-storage-blob/azure/storage/blob/models.py:51
↓ 2 callersClassContainer
Blob container class. :ivar str name: The name of the container. :ivar metadata: A dict containing name-value pai
azure-storage-blob/azure/storage/blob/models.py:9
↓ 2 callersClassDirectory
Directory class. :ivar str name: The name of the directory. :ivar DirectoryProperties properties: System properties
azure-storage-file/azure/storage/file/models.py:55
↓ 2 callersClassFile
File class. :ivar str name: The name of the file. :ivar content: File content. :vartype content: str or bytes
azure-storage-file/azure/storage/file/models.py:96
↓ 2 callersClassLeaseProperties
Blob Lease Properties. :ivar str status: The lease status of the blob. Possible values: locked|unlocked :ivar str st
azure-storage-blob/azure/storage/blob/models.py:238
↓ 2 callersClassPageBlobService
Page blobs are a collection of 512-byte pages optimized for random read and write operations. To create a page blob, you initialize the page
azure-storage-blob/azure/storage/blob/pageblobservice.py:62
↓ 2 callersClassQueueMessage
Queue message class. :ivar str id: A GUID value assigned to the message by the Queue service that identifies the message
azure-storage-queue/azure/storage/queue/models.py:39
↓ 2 callersClassQueueSharedAccessSignature
Provides a factory for creating queue shares access signature tokens with a common account name and account key. Users can either use th
azure-storage-queue/azure/storage/queue/sharedaccesssignature.py:14
↓ 2 callersClassRSAKeyWrapper
tests/encryption_test_helper.py:56
↓ 2 callersClassShare
File share class. :ivar str name: The name of the share. :ivar ShareProperties properties: System properties for the
azure-storage-file/azure/storage/file/models.py:9
↓ 2 callersClass_EncryptionAgent
Represents the encryption agent stored on the service. It consists of the encryption protocol version and encryption algorithm used.
azure-storage-common/azure/storage/common/_encryption.py:61
↓ 2 callersClass_EncryptionData
Represents the encryption data that is stored on the service.
azure-storage-common/azure/storage/common/_encryption.py:82
↓ 2 callersClass_WrappedContentKey
Represents the envelope key details stored on the service.
azure-storage-common/azure/storage/common/_encryption.py:37
↓ 2 callersClass_dict
Used so that additional properties can be set on the return dictionary
azure-storage-common/azure/storage/common/models.py:32
↓ 1 callersClassAppendBlobSamples
samples/blob/append_blob_usage.py:19
↓ 1 callersClassAppendBlockProperties
Response for an append block request. :ivar int append_offset: Position to start next append. :ivar int committed_block_coun
azure-storage-blob/azure/storage/blob/models.py:357
↓ 1 callersClassAuthenticationSamples
samples/advanced/authentication.py:12
↓ 1 callersClassBlobBlockList
Blob Block List class. :ivar committed_blocks: List of committed blocks. :vartype committed_blocks: list(:class:`~azure.stora
azure-storage-blob/azure/storage/blob/models.py:305
↓ 1 callersClassBlobEncryptionSamples
samples/blob/encryption_usage.py:97
↓ 1 callersClassBlobPrefix
BlobPrefix objects may potentially returned in the blob list when :func:`~azure.storage.blob.baseblobservice.BaseBlobService.list_blobs` is
azure-storage-blob/azure/storage/blob/models.py:258
↓ 1 callersClassBlobProperties
Blob Properties :ivar str blob_type: String indicating this blob's type. :ivar datetime last_modified: A datetime ob
azure-storage-blob/azure/storage/blob/models.py:78
↓ 1 callersClassBlobSasSamples
samples/blob/sas_usage.py:23
↓ 1 callersClassBlockBlobSamples
samples/blob/block_blob_usage.py:21
↓ 1 callersClassClientSamples
samples/advanced/client.py:19
↓ 1 callersClassContainerProperties
Blob container's properties class. :ivar datetime last_modified: A datetime object representing the last time the container was
azure-storage-blob/azure/storage/blob/models.py:31
↓ 1 callersClassContainerSamples
samples/blob/container_usage.py:24
↓ 1 callersClassCopyProperties
Blob Copy Properties. :ivar str id: String identifier for the last attempted Copy Blob operation where this blob was the
azure-storage-blob/azure/storage/blob/models.py:189
↓ 1 callersClassCopyProperties
File Copy Properties. :ivar str id: String identifier for the last attempted Copy File operation where this file was the
azure-storage-file/azure/storage/file/models.py:205
↓ 1 callersClassDirectoryProperties
File directory's properties class. :ivar datetime last_modified: A datetime object representing the last time the directory was
azure-storage-file/azure/storage/file/models.py:77
↓ 1 callersClassDirectorySamples
samples/file/directory_usage.py:14
↓ 1 callersClassFileProperties
File Properties. :ivar datetime last_modified: A datetime object representing the last time the file was modified. :ivar str
azure-storage-file/azure/storage/file/models.py:122
↓ 1 callersClassFileRange
File Range. :ivar int start: Byte index for start of file range. :ivar int end: Byte index for end of file range.
azure-storage-file/azure/storage/file/models.py:254
↓ 1 callersClassFileSamples
samples/file/file_usage.py:19
↓ 1 callersClassFileSasSamples
samples/file/sas_usage.py:22
↓ 1 callersClassGeoReplication
Contains statistics related to replication for the given service. :ivar str status: The status of the secondary location. Possible
azure-storage-common/azure/storage/common/models.py:341
↓ 1 callersClassHTTPError
Represents an HTTP Exception when response status code >= 300. :ivar int status: the status code of the response :ivar str messa
azure-storage-common/azure/storage/common/_http/__init__.py:8
↓ 1 callersClassHTTPResponse
Represents a response from an HTTP request. :ivar int status: the status code of the response :ivar str message: the
azure-storage-common/azure/storage/common/_http/__init__.py:29
↓ 1 callersClassPageBlobProperties
Response for a page request. :ivar int sequence_number: Identifer for page blobs to help handle concurrent writes.
azure-storage-blob/azure/storage/blob/models.py:373
↓ 1 callersClassPageBlobSamples
samples/blob/page_blob_usage.py:20
↓ 1 callersClassPageRange
Page Range for page blob. :ivar int start: Start of page range in bytes. :ivar int end: End of page range in bytes.
azure-storage-blob/azure/storage/blob/models.py:322
↓ 1 callersClassQueue
Queue class. :ivar str name: The name of the queue. :ivar metadata: A dict containing name-value pairs associated
azure-storage-queue/azure/storage/queue/models.py:20
↓ 1 callersClassQueueEncryptionSamples
samples/queue/encryption_usage.py:96
↓ 1 callersClassQueueSamples
samples/queue/queue_usage.py:24
↓ 1 callersClassQueueSasSamples
samples/queue/sas_usage.py:21
↓ 1 callersClassRSAKeyWrapper
samples/blob/encryption_usage.py:60
↓ 1 callersClassRSAKeyWrapper
samples/queue/encryption_usage.py:59
↓ 1 callersClassServiceProperties
Returned by get_*_service_properties functions. Contains the properties of a storage service, including Analytics and CORS rules. Azur
azure-storage-common/azure/storage/common/models.py:305
↓ 1 callersClassServiceStats
Returned by get_*_service_stats functions. Contains statistics related to replication for the given service. It is only available when read
azure-storage-common/azure/storage/common/models.py:329
↓ 1 callersClassShareProperties
File share's properties class. :ivar datetime last_modified: A datetime object representing the last time the share was modified
azure-storage-file/azure/storage/file/models.py:36
↓ 1 callersClassShareSamples
samples/file/share_usage.py:20
↓ 1 callersClassSharedAccessSignature
Provides a factory for creating account access signature tokens with an account name and account key. Users can either use the factory or
azure-storage-common/azure/storage/common/sharedaccesssignature.py:19
↓ 1 callersClass_BlobChunkDownloader
azure-storage-blob/azure/storage/blob/_download_chunking.py:46
↓ 1 callersClass_FileChunkDownloader
azure-storage-file/azure/storage/file/_download_chunking.py:41
↓ 1 callersClass_FileChunkUploader
azure-storage-file/azure/storage/file/_upload_chunking.py:42
↓ 1 callersClass_HTTPClient
Takes the request and sends it to cloud service and returns the response.
azure-storage-common/azure/storage/common/_http/httpclient.py:13
↓ 1 callersClass_OperationContext
tests/common/test_retry.py:47
next →1–100 of 164, ranked by callers