AZSBlobProperties Class Reference
Inherits from | NSObject |
---|---|
Declared in | AZSBlobProperties.h AZSBlobProperties.m |
cacheControl
The Cache-Control header for the blob. Set this, then upload the blob to set it on the service.
@property (copy, AZSNullable) NSString *cacheControl
Discussion
The Cache-Control header for the blob. Set this, then upload the blob to set it on the service.
Declared In
AZSBlobProperties.h
contentDisposition
The Content-Disposition header for the blob. Set this, then upload the blob to set it on the service.
@property (copy, AZSNullable) NSString *contentDisposition
Discussion
The Content-Disposition header for the blob. Set this, then upload the blob to set it on the service.
Declared In
AZSBlobProperties.h
contentEncoding
The Content-Encoding header for the blob. Set this, then upload the blob to set it on the service.
@property (copy, AZSNullable) NSString *contentEncoding
Discussion
The Content-Encoding header for the blob. Set this, then upload the blob to set it on the service.
Declared In
AZSBlobProperties.h
contentLanguage
The Content-Language header for the blob. Set this, then upload the blob to set it on the service.
@property (copy, AZSNullable) NSString *contentLanguage
Discussion
The Content-Language header for the blob. Set this, then upload the blob to set it on the service.
Declared In
AZSBlobProperties.h
length
The size of the blob, as far as the library is aware. Call downloadAttributes to update.
@property (copy, AZSNullable) NSNumber *length
Discussion
The size of the blob, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h
contentMD5
The Content-MD5 header for the blob. Set this, then upload the blob to set it on the service.
@property (copy, AZSNullable) NSString *contentMD5
Discussion
The Content-MD5 header for the blob. Set this, then upload the blob to set it on the service.
Declared In
AZSBlobProperties.h
contentType
The Content-Type header for the blob. Set this, then upload the blob to set it on the service.
@property (copy, AZSNullable) NSString *contentType
Discussion
The Content-Type header for the blob. Set this, then upload the blob to set it on the service.
Declared In
AZSBlobProperties.h
eTag
The eTag of the blob, as far as the library is aware. Call downloadAttributes to update.
@property (copy, AZSNullable) NSString *eTag
Discussion
The eTag of the blob, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h
lastModified
The last modified time of the blob, as far as the library is aware. Call downloadAttributes to update.
@property (copy, AZSNullable) NSDate *lastModified
Discussion
The last modified time of the blob, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h
sequenceNumber
The sequence number of the blob, as far as the library is aware. Only valid for page blobs. Call downloadAttributes to update.
@property (copy, AZSNullable) NSNumber *sequenceNumber
Discussion
The sequence number of the blob, as far as the library is aware. Only valid for page blobs. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h
appendBlobCommittedBlockCount
The committed block count of the blob, as far as the library is aware. Only valid for append blobs. Call fetchAttributes to update.
@property (copy, AZSNullable) NSNumber *appendBlobCommittedBlockCount
Discussion
The committed block count of the blob, as far as the library is aware. Only valid for append blobs. Call fetchAttributes to update.
Declared In
AZSBlobProperties.h
blobType
The blob type - block, page, or append.
@property AZSBlobType blobType
Discussion
The blob type - block, page, or append.
Declared In
AZSBlobProperties.h
leaseStatus
The lease status of the blob, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseStatus leaseStatus
Discussion
The lease status of the blob, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h
leaseState
The lease state of the blob, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseState leaseState
Discussion
The lease state of the blob, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h
leaseDuration
The lease duration of the blob, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseDuration leaseDuration
Discussion
The lease duration of the blob, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h