AZSBlobContainerProperties Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | AZSBlobContainerProperties.h AZSBlobContainerProperties.m |
eTag
The eTag for this container, as far as the library is aware. Call downloadAttributes to update.
@property (copy, AZSNullable) NSString *eTagDiscussion
The eTag for this container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
lastModified
The last modified time for the container, as far as the library is aware. Call downloadAttributes to update.
@property (copy, AZSNullable) NSDate *lastModifiedDiscussion
The last modified time for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
leaseStatus
The lease status for the container, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseStatus leaseStatusDiscussion
The lease status for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
leaseState
The lease state for the container, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseState leaseStateDiscussion
The lease state for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h
leaseDuration
The lease duration for the container, as far as the library is aware. Call downloadAttributes to update.
@property AZSLeaseDuration leaseDurationDiscussion
The lease duration for the container, as far as the library is aware. Call downloadAttributes to update.
Declared In
AZSBlobContainerProperties.h