MCPcopy Create free account

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

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

↓ 287 callersFunction_validate_not_none
(param_name, param)
azure-storage-common/azure/storage/common/_error.py:122
↓ 279 callersMethodassertIsNotNone
(self, obj)
tests/testcase.py:228
↓ 178 callersFunction_to_str
(value)
azure-storage-common/azure/storage/common/_common_conversion.py:33
↓ 146 callersMethodassertRaises
(self, excClass, callableObj=None, *args, **kwargs)
tests/testcase.py:251
↓ 136 callersMethodneed_recording_file
(mode)
tests/testcase.py:47
↓ 124 callersMethodcreate_blob_from_bytes
Creates a new blob from an array of bytes, or updates the content of an existing blob, with automatic chunking and progress n
azure-storage-blob/azure/storage/blob/pageblobservice.py:1015
↓ 114 callersMethodget_blob_properties
Returns all user-defined metadata, standard HTTP properties, and system properties for the blob. It does not return the content of th
azure-storage-blob/azure/storage/blob/baseblobservice.py:1409
↓ 114 callersMethodget_blob_to_bytes
Downloads a blob as an array of bytes, with automatic chunking and progress notifications. Returns an instance of :class:`~azure.stor
azure-storage-blob/azure/storage/blob/baseblobservice.py:2050
↓ 106 callersMethodget_random_bytes
(self, size)
tests/testcase.py:102
↓ 105 callersMethoddelete_container
(self)
samples/blob/container_usage.py:75
↓ 96 callersFunction_int_to_str
(value)
azure-storage-common/azure/storage/common/_common_conversion.py:37
↓ 94 callersMethod_perform_request
Sends the request and return response. Catches HTTPError and hands it to error handler
azure-storage-common/azure/storage/common/storageclient.py:210
↓ 88 callersMethodput_message
(self)
samples/queue/queue_usage.py:132
↓ 86 callersMethod_get_host_locations
(self, primary=True, secondary=False)
azure-storage-common/azure/storage/common/storageclient.py:170
↓ 85 callersMethodassertIsInstance
(self, obj, type)
tests/testcase.py:231
↓ 80 callersMethod_create_container_and_block_blob
(self, container_name, blob_name, blob_data)
tests/blob/test_blob_access_conditions.py:59
↓ 69 callersMethodcreate_container
(self)
samples/blob/container_usage.py:52
↓ 60 callersMethodassertIsNone
(self, obj)
tests/testcase.py:225
↓ 58 callersMethodget_resource_name
(self, prefix='')
tests/testcase.py:87
↓ 56 callersMethodexists
(self)
samples/queue/queue_usage.py:94
↓ 55 callersMethodput_block
Creates a new block to be committed as part of a blob. :param str container_name: Name of existing container. :p
azure-storage-blob/azure/storage/blob/blockblobservice.py:143
↓ 47 callersFunction_datetime_to_utc_string
(value)
azure-storage-common/azure/storage/common/_common_conversion.py:58
↓ 47 callersMethoddelete_share
(self)
samples/file/share_usage.py:75
↓ 45 callersMethodassertNamedItemInContainer
(self, container, item_name, msg=None)
tests/testcase.py:197
↓ 45 callersMethodupdate_page
Updates a range of pages. :param str container_name: Name of existing container. :param str blob_name:
azure-storage-blob/azure/storage/blob/pageblobservice.py:289
↓ 44 callersMethod_create_storage_service
(self, service_class, settings)
tests/testcase.py:136
↓ 43 callersMethod_create_container
(self, prefix=TEST_CONTAINER_PREFIX)
tests/blob/test_container.py:64
↓ 41 callersMethod_create_block_blob
(self)
tests/blob/test_common_blob.py:77
↓ 38 callersFunction_get_path
Creates the path to access a blob resource. container_name: Name of container. blob_name: The path to the blob.
azure-storage-blob/azure/storage/blob/_serialization.py:29
↓ 37 callersMethodcreate_directory
(self)
samples/file/directory_usage.py:66
↓ 36 callersMethodis_playback
(mode)
tests/testcase.py:43
↓ 35 callersMethodassert_download_progress
Validates that the progress chunks align with our chunking procedure.
tests/testcase.py:355
↓ 35 callersMethodsleep
(self, seconds)
tests/testcase.py:80
↓ 34 callersMethod_get_blob_reference
(self)
tests/blob/test_block_blob.py:65
↓ 34 callersMethod_get_blob_reference
(self)
tests/blob/test_page_blob.py:70
↓ 33 callersMethodacquire_blob_lease
Requests a new lease. If the blob does not have an active lease, the Blob service creates a lease on the blob and returns a new lease
azure-storage-blob/azure/storage/blob/baseblobservice.py:2500
↓ 33 callersMethodget_file_to_bytes
Downloads a file as an array of bytes, with automatic chunking and progress notifications. Returns an instance of :class:`~azure.stor
azure-storage-file/azure/storage/file/fileservice.py:2156
↓ 32 callersFunction_get_path
Creates the path to access a file resource. share_name: Name of share. directory_name: The path to the directory. fi
azure-storage-file/azure/storage/file/_serialization.py:14
↓ 32 callersMethodget_messages
(self)
samples/queue/queue_usage.py:149
↓ 31 callersMethodcreate_blob
(self)
samples/blob/page_blob_usage.py:366
↓ 31 callersMethodcreate_file
(self)
samples/file/file_usage.py:63
↓ 31 callersMethodcreate_file_from_bytes
Creates a new file from an array of bytes, or updates the content of an existing file, with automatic chunking and progress n
azure-storage-file/azure/storage/file/fileservice.py:1675
↓ 31 callersMethoddelete_queue
(self)
samples/queue/queue_usage.py:81
↓ 30 callersMethodget_blob_metadata
Returns all user-defined metadata for the specified blob or snapshot. :param str container_name: Name of existing contai
azure-storage-blob/azure/storage/blob/baseblobservice.py:2275
↓ 29 callersMethod_create_queue
(self, prefix=TEST_QUEUE_PREFIX)
tests/queues/test_queue.py:63
↓ 29 callersMethodread
(self, count)
tests/blob/test_get_blob.py:81
↓ 28 callersMethod_create_share
(self, prefix=TEST_SHARE_PREFIX)
tests/file/test_share.py:61
↓ 28 callersMethod_get_file_reference
(self)
tests/file/test_file.py:97
↓ 26 callersMethodcreate_blob_from_stream
Creates a new blob from a file/stream, or updates the content of an existing blob, with automatic chunking and progress notifications
azure-storage-blob/azure/storage/blob/pageblobservice.py:881
↓ 26 callersMethodsnapshot_share
Creates a snapshot of an existing share under the specified account. :param str share_name: The name of the share to cre
azure-storage-file/azure/storage/file/fileservice.py:660
↓ 25 callersMethod_create_blob
(self)
tests/blob/test_append_blob.py:60
↓ 25 callersMethodcreate_blob_from_text
Creates a new blob from str/unicode, or updates the content of an existing blob, with automatic chunking and progress notifications.
azure-storage-blob/azure/storage/blob/blockblobservice.py:695
↓ 25 callersMethodcreate_share
(self)
samples/file/share_usage.py:47
↓ 25 callersMethodsnapshot_blob
(self)
samples/blob/page_blob_usage.py:179
↓ 25 callersMethodwrite
(self, data)
tests/blob/test_get_blob.py:78
↓ 24 callersMethod_create_file
(self)
tests/file/test_file.py:100
↓ 24 callersMethodacquire_container_lease
Requests a new lease. If the container does not have an active lease, the Blob service creates a lease on the container and returns a
azure-storage-blob/azure/storage/blob/baseblobservice.py:960
↓ 24 callersMethodlist_blobs
(self)
samples/blob/container_usage.py:198
↓ 23 callersMethodmake_blob_url
Creates the url to access a blob. :param str container_name: Name of container. :param str blob_name:
azure-storage-blob/azure/storage/blob/baseblobservice.py:216
↓ 22 callersMethodassertBlobEqual
(self, container_name, blob_name, expected_data)
tests/blob/test_block_blob.py:73
↓ 22 callersMethodread
(self, count)
tests/file/test_get_file.py:84
↓ 22 callersMethodset_blob_metadata
Sets user-defined metadata for the specified blob as one or more name-value pairs. :param str container_name: Na
azure-storage-blob/azure/storage/blob/baseblobservice.py:2339
↓ 20 callersMethod_get_blob_reference
(self, type)
tests/blob/test_blob_encryption.py:92
↓ 20 callersMethodassertBlobEqual
(self, container_name, blob_name, expected_data)
tests/blob/test_append_blob.py:65
↓ 20 callersMethodget_blob_to_path
Downloads a blob to a file path, with automatic chunking and progress notifications. Returns an instance of :class:`~azure.storage.bl
azure-storage-blob/azure/storage/blob/baseblobservice.py:1683
↓ 19 callersFunction_add_metadata_headers
(metadata, request)
azure-storage-common/azure/storage/common/_serialization.py:77
↓ 19 callersMethodget_blob_to_text
Downloads a blob as unicode text, with automatic chunking and progress notifications. Returns an instance of :class:`~azure.storage.b
azure-storage-blob/azure/storage/blob/baseblobservice.py:2163
↓ 19 callersMethodpeek_messages
(self)
samples/queue/queue_usage.py:177
↓ 19 callersMethodread
(self, n)
azure-storage-blob/azure/storage/blob/_upload_chunking.py:383
↓ 19 callersMethodset_container_acl
Sets the permissions for the specified container or stored access policies that may be used with Shared Access Signatures. The permi
azure-storage-blob/azure/storage/blob/baseblobservice.py:760
↓ 18 callersMethod_create_queue
(self, prefix=TEST_QUEUE_PREFIX)
tests/queues/test_queue_encryption.py:85
↓ 18 callersMethod_get_file_reference
(self, prefix='file')
samples/file/file_usage.py:43
↓ 18 callersMethodassertBlobEqual
(self, container_name, blob_name, expected_data)
tests/blob/test_page_blob.py:78
↓ 18 callersMethodcreate_blob_from_path
Creates a new blob from a file path, or updates the content of an existing blob, with automatic chunking and progress notifications.
azure-storage-blob/azure/storage/blob/pageblobservice.py:788
↓ 18 callersMethodset_blob_properties
Sets system properties on the blob. If one property is set for the content_settings, all properties will be overriden. :para
azure-storage-blob/azure/storage/blob/baseblobservice.py:1474
↓ 17 callersMethod_add_query
(self, name, val)
azure-storage-common/azure/storage/common/sharedaccesssignature.py:121
↓ 17 callersMethodcreate_queue
(self)
samples/queue/queue_usage.py:58
↓ 16 callersMethod_create_container_and_page_blob
(self, container_name, blob_name, content_length)
tests/blob/test_blob_access_conditions.py:65
↓ 16 callersMethod_create_small_blob
(self, type)
tests/blob/test_blob_encryption.py:95
↓ 16 callersMethod_get_blob_reference
(self)
tests/blob/test_get_blob.py:71
↓ 16 callersMethod_get_file_reference
(self)
tests/file/test_get_file.py:74
↓ 16 callersFunction_get_path
Creates the path to access a queue resource. queue_name: Name of queue. include_messages: Whether or not to include mess
azure-storage-queue/azure/storage/queue/_serialization.py:29
↓ 16 callersFunction_str
(value)
azure-storage-common/azure/storage/common/_common_conversion.py:24
↓ 16 callersMethodassert_upload_progress
Validates that the progress chunks align with our chunking procedure.
tests/testcase.py:345
↓ 16 callersMethodcreate_block_blob_service
Creates a BlockBlobService object with the settings specified in the CloudStorageAccount. :return: A service object.
azure-storage-common/azure/storage/common/cloudstorageaccount.py:51
↓ 16 callersMethoddelete_blob
(self)
samples/blob/page_blob_usage.py:67
↓ 16 callersMethodget_file_properties
Returns all user-defined metadata, standard HTTP properties, and system properties for the file. Returns an instance of :class:`~azur
azure-storage-file/azure/storage/file/fileservice.py:1225
↓ 16 callersMethodmake_file_url
Creates the url to access a file. :param str share_name: Name of share. :param str directory_name: T
azure-storage-file/azure/storage/file/fileservice.py:182
↓ 16 callersMethodseek
(self, offset, whence=0)
azure-storage-blob/azure/storage/blob/_upload_chunking.py:442
↓ 16 callersMethodset_container_metadata
Sets one or more user-defined name-value pairs for the specified container. Each call to this operation replaces all existing metadat
azure-storage-blob/azure/storage/blob/baseblobservice.py:684
↓ 15 callersMethod_set_test_proxy
(service, settings)
tests/testcase.py:127
↓ 15 callersMethodassertGreaterEqual
(self, a, b)
tests/testcase.py:237
↓ 15 callersMethodget_container_metadata
Returns all user-defined metadata for the specified container. :param str container_name: Name of existing container.
azure-storage-blob/azure/storage/blob/baseblobservice.py:655
↓ 15 callersMethodget_file_to_path
Downloads a file to a file path, with automatic chunking and progress notifications. Returns an instance of File with properties and
azure-storage-file/azure/storage/file/fileservice.py:1874
↓ 15 callersMethodget_file_to_stream
Downloads a file to a stream, with automatic chunking and progress notifications. Returns an instance of :class:`~azure.storage.file.
azure-storage-file/azure/storage/file/fileservice.py:1958
↓ 15 callersMethodput_block_list
Writes a blob by specifying the list of block IDs that make up the blob. In order to be written as part of a blob, a block must have
azure-storage-blob/azure/storage/blob/blockblobservice.py:185
↓ 14 callersMethod_create_container
(self, prefix='container')
samples/blob/page_blob_usage.py:55
↓ 14 callersMethod_get_blob_reference
(self, prefix='blob')
samples/blob/page_blob_usage.py:47
↓ 14 callersMethod_get_share_reference
(self, prefix=TEST_SHARE_PREFIX)
tests/file/test_share.py:56
↓ 14 callersMethodappend_blob_from_bytes
Appends to the content of an existing blob from an array of bytes, with automatic chunking and progress notifications. :para
azure-storage-blob/azure/storage/blob/appendblobservice.py:345
next →1–100 of 1,721, ranked by callers