CloudBlobClient Properties

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Properties

 NameDescription
public propertyBaseUriGets the base URI for the Blob service client.
public propertyCredentialsGets the account credentials used to create the Blob service client.
public propertyDefaultDelimiterGets or sets the default delimiter that may be used to create a blob directory structure of blobs.
public propertyParallelOperationThreadCountGets or sets the number of blocks that may be simultaneously uploaded when uploading a blob that is greater than the value specified by the SingleBlobUploadThresholdInBytes property.
public propertyReadAheadInBytesGets or sets the number of bytes to pre-fetch when reading from a stream.
public propertyRetryPolicyGets or sets the default retry policy for requests made via the Blob service client.
public propertySingleBlobUploadThresholdInBytesGets or sets the maximum size of a blob in bytes that may be uploaded in a single operation, without using blocks.
public propertyTimeoutGets or sets the default timeout for requests made by the Blob service client.
public propertyUseIntegrityControlForStreamReadingGets or sets a value indicating whether the integrity of each block should be verified when reading from a stream.
public propertyWriteBlockSizeInBytesGets or sets the block size for writing to a block blob.

See Also