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 *cacheControlDiscussion
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 *contentDispositionDiscussion
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 *contentEncodingDiscussion
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 *contentLanguageDiscussion
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 *lengthDiscussion
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 *contentMD5Discussion
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 *contentTypeDiscussion
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 *eTagDiscussion
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 *lastModifiedDiscussion
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 *sequenceNumberDiscussion
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 *appendBlobCommittedBlockCountDiscussion
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 blobTypeDiscussion
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 leaseStatusDiscussion
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 leaseStateDiscussion
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 leaseDurationDiscussion
The lease duration of the blob, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobProperties.h