MCPcopy Create free account

hub / github.com/Azure/azure-storage-python / functions

Functions1,721 in github.com/Azure/azure-storage-python

↓ 5 callersMethod_lease_container_impl
Establishes and manages a lease on a container. The Lease Container operation can be called in one of five modes Acquire,
azure-storage-blob/azure/storage/blob/baseblobservice.py:878
↓ 5 callersFunction_parse_properties
Extracts out resource properties and metadata information. Ignores the standard http headers.
azure-storage-common/azure/storage/common/_deserialization.py:99
↓ 5 callersMethod_to_headers
(self)
azure-storage-blob/azure/storage/blob/models.py:178
↓ 5 callersFunction_validate_and_format_range_headers
(request, start_range, end_range, start_range_required=True, end_range_
azure-storage-blob/azure/storage/blob/_serialization.py:48
↓ 5 callersFunction_validate_encryption_required
(require_encryption, kek)
azure-storage-common/azure/storage/common/_error.py:154
↓ 5 callersFunction_validate_type_bytes
(param_name, param)
azure-storage-common/azure/storage/common/_error.py:112
↓ 5 callersMethodadd_id
(self, id)
azure-storage-common/azure/storage/common/sharedaccesssignature.py:142
↓ 5 callersMethodadd_resource_signature
(self, account_name, account_key, service, path)
azure-storage-common/azure/storage/common/sharedaccesssignature.py:160
↓ 5 callersMethodcreate_file_service
Creates a FileService object with the settings specified in the CloudStorageAccount. :return: A service object. :rt
azure-storage-common/azure/storage/common/cloudstorageaccount.py:119
↓ 5 callersMethodget_container_properties
Returns all user-defined metadata and system properties for the specified container. The data returned does not include the container
azure-storage-blob/azure/storage/blob/baseblobservice.py:627
↓ 5 callersMethodlist_queues
(self)
samples/queue/queue_usage.py:250
↓ 5 callersMethodlist_ranges
Retrieves the valid ranges for a file. :param str share_name: Name of existing share. :param str directory_name:
azure-storage-file/azure/storage/file/fileservice.py:2423
↓ 5 callersMethodrenew_blob_lease
Renews the lease. The lease can be renewed if the lease ID specified on the request matches that associated with the blob. Note that
azure-storage-blob/azure/storage/blob/baseblobservice.py:2569
↓ 5 callersMethodset_standard_blob_tier
Sets the block blob tiers on the blob. This API is only supported for block blobs on standard storage accounts. :param str container
azure-storage-blob/azure/storage/blob/blockblobservice.py:789
↓ 4 callersMethod_backoff
(self, context)
azure-storage-common/azure/storage/common/retry.py:215
↓ 4 callersMethod_create_blob
(self)
tests/blob/test_large_block_blob.py:73
↓ 4 callersMethod_create_queue
(self, prefix='queue')
samples/queue/sas_usage.py:34
↓ 4 callersFunction_dont_fail_on_exist
don't throw exception if the resource exists. This is called by create_* APIs with fail_on_exist=False
azure-storage-common/azure/storage/common/_error.py:86
↓ 4 callersMethod_get_blob
Downloads a blob's content, metadata, and properties. You can also call this API to read a snapshot. You can specify a range if you d
azure-storage-blob/azure/storage/blob/baseblobservice.py:1566
↓ 4 callersMethod_get_file
Downloads a file's content, metadata, and properties. You can specify a range if you don't need to download the file in its entirety.
azure-storage-file/azure/storage/file/fileservice.py:1817
↓ 4 callersMethod_get_queue_reference
(self)
tests/queues/test_queue_encodings.py:47
↓ 4 callersMethod_get_random_bytes
(self, size)
samples/blob/page_blob_usage.py:60
↓ 4 callersMethod_get_random_bytes
(self, size)
samples/file/file_usage.py:56
↓ 4 callersMethod_scrub
(self, val)
tests/testcase.py:319
↓ 4 callersFunction_to_utc_datetime
(value)
azure-storage-common/azure/storage/common/_serialization.py:39
↓ 4 callersFunction_validate_and_format_range_headers
(request, start_range, end_range, start_range_required=True, end_range_
azure-storage-file/azure/storage/file/_serialization.py:44
↓ 4 callersMethod_validate_encoding
(self, qs, message)
tests/queues/test_queue_encodings.py:57
↓ 4 callersMethodadd_override_response_headers
(self, cache_control, content_disposition,
azure-storage-common/azure/storage/common/sharedaccesssignature.py:149
↓ 4 callersMethodadd_resource
(self, resource)
azure-storage-common/azure/storage/common/sharedaccesssignature.py:139
↓ 4 callersMethodappend_blob_from_path
Appends to the content of an existing blob from a file path, with automatic chunking and progress notifications. :param str
azure-storage-blob/azure/storage/blob/appendblobservice.py:287
↓ 4 callersMethodchange_blob_lease
Changes the lease ID of an active lease. A change must include the current lease ID and a new lease ID. :param str container
azure-storage-blob/azure/storage/blob/baseblobservice.py:2756
↓ 4 callersMethodcreate_queue_service
Creates a QueueService object with the settings specified in the CloudStorageAccount. :return: A service object. :r
azure-storage-common/azure/storage/common/cloudstorageaccount.py:102
↓ 4 callersMethodexists
Returns a boolean indicating whether the container exists (if blob_name is None), or otherwise a boolean indicating whether the blob
azure-storage-blob/azure/storage/blob/baseblobservice.py:1538
↓ 4 callersMethodexists
Returns a boolean indicating whether the queue exists. :param str queue_name: The name of queue to check for existence.
azure-storage-queue/azure/storage/queue/queueservice.py:629
↓ 4 callersMethodgenerate_account
Generates a shared access signature for the account. Use the returned signature with the sas_token parameter of the service
azure-storage-common/azure/storage/common/sharedaccesssignature.py:40
↓ 4 callersMethodgenerate_shared_access_signature
Generates a shared access signature for the account. Use the returned signature with the sas_token parameter of the service
azure-storage-common/azure/storage/common/cloudstorageaccount.py:135
↓ 4 callersMethodmake_container_url
Creates the url to access a container. :param str container_name: Name of container. :param str protocol:
azure-storage-blob/azure/storage/blob/baseblobservice.py:253
↓ 4 callersMethodset_file_properties
Sets system properties on the file. If one property is set for the content_settings, all properties will be overriden. :para
azure-storage-file/azure/storage/file/fileservice.py:1322
↓ 4 callersMethodvalidate_standard_account_endpoints
(self, service, type)
tests/common/test_client.py:49
↓ 3 callersMethod_assert_cors_equal
(self, cors1, cors2)
tests/common/test_service_properties.py:72
↓ 3 callersMethod_backoff
(self, context)
azure-storage-common/azure/storage/common/retry.py:273
↓ 3 callersFunction_convert_service_properties_to_xml
<?xml version="1.0" encoding="utf-8"?> <StorageServiceProperties> <Logging> <Version>version-number</Version>
azure-storage-common/azure/storage/common/_serialization.py:178
↓ 3 callersFunction_convert_signed_identifiers_to_xml
(signed_identifiers)
azure-storage-common/azure/storage/common/_serialization.py:135
↓ 3 callersMethod_copy_blob
See copy_blob for more details. This helper method allows for standard copies as well as incremental copies which are only supported
azure-storage-blob/azure/storage/blob/baseblobservice.py:3020
↓ 3 callersMethod_create_container
(self, container_name)
tests/blob/test_blob_access_conditions.py:56
↓ 3 callersMethod_create_premium_storage_service
(self, service_class, settings)
tests/testcase.py:168
↓ 3 callersMethod_create_remote_block_blob
(self, blob_data=None)
tests/blob/test_common_blob.py:86
↓ 3 callersMethod_create_remote_container
(self)
tests/blob/test_common_blob.py:82
↓ 3 callersMethod_create_remote_file
(self, file_data=None)
tests/file/test_file.py:109
↓ 3 callersMethod_create_remote_share
(self)
tests/file/test_file.py:105
↓ 3 callersFunction_dict_to_encryption_data
Converts the specified dictionary to an EncryptionData object for eventual use in decryption. :param dict encryption_data_dict:
azure-storage-common/azure/storage/common/_encryption.py:144
↓ 3 callersFunction_generate_encryption_data_dict
Generates and returns the encryption metadata as a dict. :param object kek: The key encryption key. See calling functions for more informati
azure-storage-common/azure/storage/common/_encryption.py:111
↓ 3 callersMethod_get_blob_reference
(self)
tests/blob/test_append_blob.py:57
↓ 3 callersMethod_get_container_reference
(self)
tests/blob/test_common_blob.py:71
↓ 3 callersFunction_get_data_bytes_or_stream_only
Validates the request body passed in is a stream/file-like or bytes object.
azure-storage-common/azure/storage/common/_serialization.py:102
↓ 3 callersMethod_get_random_bytes
(self, size)
samples/blob/block_blob_usage.py:59
↓ 3 callersMethod_get_random_bytes
(self, size)
samples/blob/append_blob_usage.py:58
↓ 3 callersMethod_get_resource_reference
(self, prefix)
samples/blob/page_blob_usage.py:44
↓ 3 callersMethod_get_resource_reference
(self, prefix)
samples/blob/encryption_usage.py:113
↓ 3 callersMethod_get_resource_reference
(self, prefix)
samples/blob/block_blob_usage.py:43
↓ 3 callersMethod_get_resource_reference
(self, prefix)
samples/blob/append_blob_usage.py:42
↓ 3 callersMethod_get_resource_reference
(self, prefix)
samples/file/file_usage.py:40
↓ 3 callersFunction_len_plus
(data)
azure-storage-common/azure/storage/common/_serialization.py:312
↓ 3 callersMethod_list_containers
Returns a list of the containers under the specified account. :param str prefix: Filters the results to return only cont
azure-storage-blob/azure/storage/blob/baseblobservice.py:539
↓ 3 callersMethod_put_block
See put_block for more details. This helper method allows for encryption or other such special behavior because it is safely
azure-storage-blob/azure/storage/blob/blockblobservice.py:914
↓ 3 callersMethod_read_from_stream
(self, offset, count)
azure-storage-file/azure/storage/file/_upload_chunking.py:99
↓ 3 callersFunction_sign_string
(key, string_to_sign, key_is_base64=True)
azure-storage-common/azure/storage/common/_common_conversion.py:89
↓ 3 callersFunction_to_str
(value)
azure-storage-common/azure/storage/common/_error.py:18
↓ 3 callersMethod_update_user_agent_string
(self, service_package_version)
azure-storage-common/azure/storage/common/storageclient.py:130
↓ 3 callersFunction_upload_blob_chunks
(blob_service, container_name, blob_name, blob_size, block_size, stream, max_connectio
azure-storage-blob/azure/storage/blob/_upload_chunking.py:26
↓ 3 callersFunction_validate_access_policies
(identifiers)
azure-storage-common/azure/storage/common/_error.py:132
↓ 3 callersFunction_validate_and_unwrap_cek
Extracts and returns the content_encryption_key stored in the encryption_data object and performs necessary validation on all parameters.
azure-storage-common/azure/storage/common/_encryption.py:197
↓ 3 callersFunction_validate_decryption_required
(require_encryption, kek, resolver)
azure-storage-common/azure/storage/common/_error.py:159
↓ 3 callersFunction_validate_key_encryption_key_wrap
(kek)
azure-storage-common/azure/storage/common/_error.py:137
↓ 3 callersMethodclear_page
Clears a range of pages. :param str container_name: Name of existing container. :param str blob_name:
azure-storage-blob/azure/storage/blob/pageblobservice.py:379
↓ 3 callersMethodcreate_file_from_path
Creates a new azure file from a local file path, or updates the content of an existing file, with automatic chunking and progress not
azure-storage-file/azure/storage/file/fileservice.py:1577
↓ 3 callersMethodcreate_page_blob_service
Creates a PageBlobService object with the settings specified in the CloudStorageAccount. :return: A service object.
azure-storage-common/azure/storage/common/cloudstorageaccount.py:68
↓ 3 callersMethodgenerate_container_shared_access_signature
Generates a shared access signature for the container. Use the returned signature with the sas_token parameter of any BlobService.
azure-storage-blob/azure/storage/blob/baseblobservice.py:328
↓ 3 callersMethodgenerate_share_shared_access_signature
Generates a shared access signature for the share. Use the returned signature with the sas_token parameter of FileService. :
azure-storage-file/azure/storage/file/fileservice.py:273
↓ 3 callersMethodget_file_service_properties
Gets the properties of a storage account's File service, including Azure Storage Analytics. :param int timeout:
azure-storage-file/azure/storage/file/fileservice.py:501
↓ 3 callersMethodget_kid
(self)
tests/encryption_test_helper.py:41
↓ 3 callersMethodget_messages
Retrieves one or more messages from the front of the queue. When a message is retrieved from the queue, the response includes the me
azure-storage-queue/azure/storage/queue/queueservice.py:775
↓ 3 callersMethodget_page_ranges_diff
The response will include only the pages that are different between either a recent snapshot or the current blob and a previous snaps
azure-storage-blob/azure/storage/blob/pageblobservice.py:556
↓ 3 callersMethodget_queue_service_properties
Gets the properties of a storage account's Queue service, including logging, analytics and CORS rules. :param int timeout:
azure-storage-queue/azure/storage/queue/queueservice.py:343
↓ 3 callersMethodget_service_parameters
(service, account_name=None, account_key=None, sas_token=None, is_emulated=None,
azure-storage-common/azure/storage/common/_connection.py:103
↓ 3 callersFunctioninput_file
(name)
tests/blob/blob_performance.py:48
↓ 3 callersMethodis_file_encryption_enabled
(self)
tests/testcase.py:371
↓ 3 callersMethodpeek_messages
Retrieves one or more messages from the front of the queue, but does not alter the visibility of the message. Only messages
azure-storage-queue/azure/storage/queue/queueservice.py:824
↓ 3 callersFunctionprocess
(service, blobs, counts)
tests/blob/blob_performance.py:121
↓ 3 callersMethodput_key
(self, key)
samples/blob/encryption_usage.py:53
↓ 3 callersMethodput_key
(self, key)
samples/queue/encryption_usage.py:52
↓ 3 callersMethodput_key
(self, key)
tests/encryption_test_helper.py:49
↓ 3 callersMethodrelease_container_lease
Release the lease. The lease may be released if the lease_id specified matches that associated with the container. Releasing the leas
azure-storage-blob/azure/storage/blob/baseblobservice.py:1055
↓ 3 callersMethodrenew_container_lease
Renews the lease. The lease can be renewed if the lease ID specified matches that associated with the container. Note that th
azure-storage-blob/azure/storage/blob/baseblobservice.py:1011
↓ 3 callersMethodseekable
(self)
azure-storage-blob/azure/storage/blob/_upload_chunking.py:472
↓ 3 callersMethodset_file_service_properties
Sets the properties of a storage account's File service, including Azure Storage Analytics. If an element (ex HourMetrics) is left as
azure-storage-file/azure/storage/file/fileservice.py:466
↓ 3 callersMethodset_proxy
Sets the proxy server host and port for the HTTP CONNECT Tunnelling. :param str host: Address of the proxy. Ex: '192.168.0.100'
azure-storage-common/azure/storage/common/storageclient.py:159
↓ 3 callersMethodset_queue_service_properties
Sets the properties of a storage account's Queue service, including Azure Storage Analytics. If an element (ex Logging) is left as No
azure-storage-queue/azure/storage/queue/queueservice.py:365
↓ 2 callersMethod__init__
Constructs a base retry object. :param int max_attempts: The maximum number of retry attempts. :param bool retr
azure-storage-common/azure/storage/common/retry.py:23
↓ 2 callersMethod__init__
(self, name=None, snapshot=None, content=None, props=None, metadata=None)
azure-storage-blob/azure/storage/blob/models.py:70
← previousnext →201–300 of 1,721, ranked by callers