MCPcopy Create free account

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

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

↓ 14 callersMethodcreate_file_from_text
Creates a new file from str/unicode, or updates the content of an existing file, with automatic chunking and progress notifications.
azure-storage-file/azure/storage/file/fileservice.py:1628
↓ 14 callersMethodget_container_acl
Gets the permissions for the specified container. The permissions indicate whether container data may be accessed publicly.
azure-storage-blob/azure/storage/blob/baseblobservice.py:730
↓ 14 callersMethodget_page_ranges
Returns the list of valid page ranges for a Page Blob or snapshot of a page blob. :param str container_name: Nam
azure-storage-blob/azure/storage/blob/pageblobservice.py:469
↓ 13 callersMethod_create_container
(self, prefix='container')
samples/blob/append_blob_usage.py:53
↓ 13 callersMethodappend_block
(self)
samples/blob/append_blob_usage.py:402
↓ 13 callersMethodassertFileEqual
(self, share_name, dir_name, file_name, expected_data)
tests/file/test_file.py:127
↓ 13 callersMethodset_share_metadata
Sets one or more user-defined name-value pairs for the specified share. Each call to this operation replaces all existing metadata
azure-storage-file/azure/storage/file/fileservice.py:780
↓ 12 callersMethod_create_blob
(self, length=512)
tests/blob/test_page_blob.py:73
↓ 12 callersMethod_create_container
(self, prefix='container')
samples/blob/block_blob_usage.py:54
↓ 12 callersMethod_create_directory
(self, share_name, prefix='dir')
samples/file/file_usage.py:51
↓ 12 callersMethod_create_share
(self, prefix='share')
samples/file/file_usage.py:46
↓ 12 callersMethod_get_container_reference
(self, prefix=TEST_CONTAINER_PREFIX)
tests/blob/test_container.py:59
↓ 12 callersMethoddelete_file
(self)
samples/file/file_usage.py:83
↓ 12 callersMethodget_blob_to_stream
Downloads a blob to a stream, with automatic chunking and progress notifications. Returns an instance of :class:`~azure.storage.blob.
azure-storage-blob/azure/storage/blob/baseblobservice.py:1807
↓ 12 callersMethodtell
(self)
azure-storage-blob/azure/storage/blob/_upload_chunking.py:475
↓ 12 callersMethodwrite
(self)
azure-storage-blob/azure/storage/blob/_upload_chunking.py:478
↓ 11 callersMethod_create_queue
(self, prefix='queue')
samples/queue/queue_usage.py:53
↓ 11 callersMethod_get_blob_reference
(self, prefix='blob')
samples/blob/block_blob_usage.py:46
↓ 11 callersMethod_get_blob_reference
(self, prefix='blob')
samples/blob/append_blob_usage.py:45
↓ 11 callersMethod_get_blob_reference
(self)
tests/blob/test_large_block_blob.py:70
↓ 11 callersMethodbreak_blob_lease
Breaks the lease, if the blob has an active lease. Once a lease is broken, it cannot be renewed. Any authorized request can break the
azure-storage-blob/azure/storage/blob/baseblobservice.py:2682
↓ 11 callersMethodclose
(self)
azure-storage-blob/azure/storage/blob/_upload_chunking.py:371
↓ 11 callersMethodcopy_blob
(self)
samples/blob/page_blob_usage.py:142
↓ 11 callersMethodcreate_blob
(self)
samples/blob/append_blob_usage.py:382
↓ 11 callersMethodget_file_to_text
Downloads a file as unicode text, with automatic chunking and progress notifications. Returns an instance of :class:`~azure.storage.f
azure-storage-file/azure/storage/file/fileservice.py:2238
↓ 11 callersMethodget_random_text_data
Returns random unicode text data exceeding the size threshold for chunking blob upload.
tests/testcase.py:113
↓ 11 callersMethodget_share_metadata
Returns all user-defined metadata for the specified share. :param str share_name: Name of existing share. :param
azure-storage-file/azure/storage/file/fileservice.py:752
↓ 11 callersMethodset_queue_acl
Sets stored access policies for the queue that may be used with Shared Access Signatures. When you set permissions
azure-storage-queue/azure/storage/queue/queueservice.py:671
↓ 11 callersMethodwrite
(self, data)
tests/blob/test_block_blob.py:81
↓ 11 callersMethodwrite
(self, data)
tests/file/test_file.py:135
↓ 10 callersMethod_get_queue_reference
(self, prefix=TEST_QUEUE_PREFIX)
tests/queues/test_queue.py:58
↓ 10 callersFunction_validate_encryption_unsupported
(require_encryption, key_encryption_key)
azure-storage-common/azure/storage/common/_error.py:175
↓ 10 callersMethodappend_blob_from_stream
Appends to the content of an existing blob from a file/stream, with automatic chunking and progress notifications. :param st
azure-storage-blob/azure/storage/blob/appendblobservice.py:482
↓ 10 callersMethodassertBlobEqual
(self, container_name, blob_name, expected_data)
tests/blob/test_large_block_blob.py:78
↓ 10 callersMethodgenerate_blob_shared_access_signature
Generates a shared access signature for the blob. Use the returned signature with the sas_token parameter of any BlobService.
azure-storage-blob/azure/storage/blob/baseblobservice.py:413
↓ 10 callersMethodget_queue_acl
Returns details about any stored access policies specified on the queue that may be used with Shared Access Signatures. :par
azure-storage-queue/azure/storage/queue/queueservice.py:647
↓ 10 callersMethodget_queue_metadata
Retrieves user-defined metadata and queue properties on the specified queue. Metadata is associated with the queue as name-value pair
azure-storage-queue/azure/storage/queue/queueservice.py:576
↓ 10 callersMethodset_share_acl
Sets the permissions for the specified share or stored access policies that may be used with Shared Access Signatures. :par
azure-storage-file/azure/storage/file/fileservice.py:834
↓ 9 callersMethod_create_container
(self, prefix='container')
samples/blob/container_usage.py:47
↓ 9 callersFunction_get_request_body
Converts an object into a request body. If it's None we'll return an empty string, if it's one of our objects it'll convert it to XML and ret
azure-storage-common/azure/storage/common/_serialization.py:114
↓ 9 callersMethodbreak_container_lease
Break the lease, if the container has an active lease. Once a lease is broken, it cannot be renewed. Any authorized request can break
azure-storage-blob/azure/storage/blob/baseblobservice.py:1094
↓ 9 callersMethodgenerate_file_shared_access_signature
Generates a shared access signature for the file. Use the returned signature with the sas_token parameter of FileService. :p
azure-storage-file/azure/storage/file/fileservice.py:364
↓ 9 callersMethodget_directory_properties
Returns all user-defined metadata and system properties for the specified directory. The data returned does not include the directory
azure-storage-file/azure/storage/file/fileservice.py:1035
↓ 9 callersMethodget_file_metadata
Returns all user-defined metadata for the specified file. :param str share_name: Name of existing share. :param
azure-storage-file/azure/storage/file/fileservice.py:1354
↓ 9 callersMethodset_file_metadata
Sets user-defined metadata for the specified file as one or more name-value pairs. :param str share_name: Name o
azure-storage-file/azure/storage/file/fileservice.py:1386
↓ 9 callersMethodupdate_message
(self)
samples/queue/queue_usage.py:226
↓ 9 callersMethodupdate_range
Writes the bytes specified by the request body into the specified range. :param str share_name: Name of existin
azure-storage-file/azure/storage/file/fileservice.py:2322
↓ 9 callersMethodwrite
(self, data)
tests/blob/test_append_blob.py:73
↓ 9 callersMethodwrite
(self, data)
tests/blob/test_page_blob.py:102
↓ 8 callersMethod_create_blob
(self, container_name, prefix='blob')
samples/blob/append_blob_usage.py:48
↓ 8 callersMethod_create_container_and_append_blob
(self, container_name, blob_name)
tests/blob/test_blob_access_conditions.py:70
↓ 8 callersMethod_get_blob_reference
(self)
tests/blob/test_common_blob.py:74
↓ 8 callersFunction_get_content_md5
(data)
azure-storage-common/azure/storage/common/_common_conversion.py:103
↓ 8 callersMethod_get_directory_reference
(self, prefix='dir')
samples/file/directory_usage.py:31
↓ 8 callersMethod_get_share_reference
(self, prefix='share')
samples/file/share_usage.py:39
↓ 8 callersMethodcreate_file_from_stream
Creates a new file from a file/stream, or updates the content of an existing file, with automatic chunking and progress notifications
azure-storage-file/azure/storage/file/fileservice.py:1741
↓ 8 callersMethodexists
Returns a boolean indicating whether the share exists if only share name is given. If directory_name is specificed a boolean will be
azure-storage-file/azure/storage/file/fileservice.py:1254
↓ 8 callersMethodget_blob_service_properties
Gets the properties of a storage account's Blob service, including Azure Storage Analytics. :param int timeout:
azure-storage-blob/azure/storage/blob/baseblobservice.py:1385
↓ 8 callersMethodlist_containers
(self)
samples/blob/container_usage.py:262
↓ 8 callersMethodset_blob_service_properties
Sets the properties of a storage account's Blob service, including Azure Storage Analytics. If an element (ex Logging) is left as Non
azure-storage-blob/azure/storage/blob/baseblobservice.py:1344
↓ 8 callersMethodset_directory_metadata
Sets one or more user-defined name-value pairs for the specified directory. Each call to this operation replaces all existing metadat
azure-storage-file/azure/storage/file/fileservice.py:1097
↓ 7 callersMethod_create_blob
(self, container_name, prefix='blob')
samples/blob/page_blob_usage.py:50
↓ 7 callersMethod_create_blob
(self, container_name, prefix='blob')
samples/blob/block_blob_usage.py:49
↓ 7 callersMethod_create_blob_from_star
(self, type, content, create_method, data, **kwargs)
tests/blob/test_blob_encryption.py:667
↓ 7 callersFunction_dont_fail_not_exist
don't throw exception if the resource doesn't exist. This is called by create_* APIs with fail_on_exist=False
azure-storage-common/azure/storage/common/_error.py:95
↓ 7 callersFunction_encode_base64
(data)
azure-storage-common/azure/storage/common/_common_conversion.py:71
↓ 7 callersMethod_get_blob_reference
(self, prefix='blob')
samples/blob/encryption_usage.py:116
↓ 7 callersMethod_get_container_reference
(self, prefix='container')
samples/blob/container_usage.py:44
↓ 7 callersMethod_get_queue_reference
(self, prefix='queue')
samples/queue/queue_usage.py:49
↓ 7 callersMethodgenerate_queue_shared_access_signature
Generates a shared access signature for the queue. Use the returned signature with the sas_token parameter of QueueService.
azure-storage-queue/azure/storage/queue/queueservice.py:244
↓ 7 callersMethodget_directory_metadata
Returns all user-defined metadata for the specified directory. :param str share_name: Name of existing share. :p
azure-storage-file/azure/storage/file/fileservice.py:1066
↓ 7 callersMethodget_share_acl
Gets the permissions for the specified share. :param str share_name: Name of existing share. :param int timeout:
azure-storage-file/azure/storage/file/fileservice.py:810
↓ 7 callersMethodget_share_properties
Returns all user-defined metadata and system properties for the specified share. The data returned does not include the shares's
azure-storage-file/azure/storage/file/fileservice.py:695
↓ 7 callersMethodlist_directories_and_files
(self)
samples/file/directory_usage.py:39
↓ 7 callersMethodlist_shares
(self)
samples/file/share_usage.py:148
↓ 7 callersMethodset_queue_metadata
Sets user-defined metadata on the specified queue. Metadata is associated with the queue as name-value pairs. :param str que
azure-storage-queue/azure/storage/queue/queueservice.py:603
↓ 6 callersMethod_assert_metrics_equal
(self, metrics1, metrics2)
tests/common/test_service_properties.py:62
↓ 6 callersFunction_bool
(value)
azure-storage-common/azure/storage/common/_deserialization.py:31
↓ 6 callersMethod_create_share
(self, prefix='share')
samples/file/directory_usage.py:34
↓ 6 callersMethod_create_share
(self, prefix='share')
samples/file/share_usage.py:42
↓ 6 callersFunction_decode_base64_to_bytes
(data)
azure-storage-common/azure/storage/common/_common_conversion.py:78
↓ 6 callersFunction_generate_AES_CBC_cipher
Generates and returns an encryption cipher for AES CBC using the given cek and iv. :param bytes[] cek: The content encryption key for the ci
azure-storage-common/azure/storage/common/_encryption.py:181
↓ 6 callersFunction_int_to_str
(value)
azure-storage-common/azure/storage/common/_deserialization.py:27
↓ 6 callersFunction_parse_metadata
Extracts out resource metadata information.
azure-storage-common/azure/storage/common/_deserialization.py:83
↓ 6 callersMethodadd_base
(self, permission, expiry, start, ip, protocol, x_ms_version)
azure-storage-common/azure/storage/common/sharedaccesssignature.py:125
↓ 6 callersMethodappend_blob_from_text
Appends to the content of an existing blob from str/unicode, with automatic chunking and progress notifications. :param str
azure-storage-blob/azure/storage/blob/appendblobservice.py:418
↓ 6 callersMethodcopy_file
(self)
samples/file/file_usage.py:178
↓ 6 callersMethoddelete_directory
(self)
samples/file/directory_usage.py:89
↓ 6 callersMethodgenerate_account_shared_access_signature
Generates a shared access signature for the file service. Use the returned signature with the sas_token parameter of the FileService.
azure-storage-file/azure/storage/file/fileservice.py:224
↓ 6 callersMethodget_block_list
Retrieves the list of blocks that have been uploaded as part of a block blob. There are two block lists maintained for a blob:
azure-storage-blob/azure/storage/blob/blockblobservice.py:267
↓ 6 callersMethodget_token
(self)
azure-storage-common/azure/storage/common/sharedaccesssignature.py:216
↓ 6 callersMethodrelease_blob_lease
Releases the lease. The lease may be released if the lease ID specified on the request matches that associated with the blob. Releasi
azure-storage-blob/azure/storage/blob/baseblobservice.py:2628
↓ 6 callersMethodvalidate_service
(self, service, type)
tests/common/test_account.py:56
↓ 5 callersMethod_create_blob
(self)
tests/blob/test_block_blob.py:68
↓ 5 callersMethod_create_container
(self, prefix='container')
samples/blob/encryption_usage.py:124
↓ 5 callersMethod_create_container
(self, prefix='container')
samples/blob/sas_usage.py:41
↓ 5 callersMethod_create_queue
(self, prefix='queue')
samples/queue/encryption_usage.py:113
↓ 5 callersMethod_create_share
(self, prefix='share')
samples/file/sas_usage.py:36
↓ 5 callersFunction_get_data_bytes_only
Validates the request body passed in and converts it to bytes if our policy allows it.
azure-storage-common/azure/storage/common/_serialization.py:90
↓ 5 callersMethod_lease_blob_impl
Establishes and manages a lease on a blob for write and delete operations. The Lease Blob operation can be called in one of five mode
azure-storage-blob/azure/storage/blob/baseblobservice.py:2405
← previousnext →101–200 of 1,721, ranked by callers