Class BlobItemProperties
Properties of a blob
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobItemProperties
Properties
AccessTier
AccessTier
Declaration
public Nullable<Azure.Storage.Blobs.Models.AccessTier> AccessTier { get; }
Property Value
Nullable<AccessTier>
|
AccessTierChangedOn
AccessTierChangedOn
Declaration
public Nullable<DateTimeOffset> AccessTierChangedOn { get; }
Property Value
Nullable<DateTimeOffset>
|
AccessTierInferred
ArchiveStatus
ArchiveStatus
Declaration
public Nullable<Azure.Storage.Blobs.Models.ArchiveStatus> ArchiveStatus { get; }
Property Value
Nullable<ArchiveStatus>
|
BlobSequenceNumber
x-ms-blob-sequence-number
Declaration
public Nullable<long> BlobSequenceNumber { get; }
Property Value
Nullable<Int64>
|
BlobType
BlobType
Declaration
public Nullable<Azure.Storage.Blobs.Models.BlobType> BlobType { get; }
Property Value
Nullable<BlobType>
|
CacheControl
ContentDisposition
ContentEncoding
ContentHash
ContentLanguage
ContentLength
Size in bytes
Declaration
public Nullable<long> ContentLength { get; }
Property Value
Nullable<Int64>
|
ContentType
CopyCompletedOn
CopyCompletedOn
Declaration
public Nullable<DateTimeOffset> CopyCompletedOn { get; }
Property Value
Nullable<DateTimeOffset>
|
CopyId
CopyProgress
CopySource
CopyStatus
CopyStatus
Declaration
public Nullable<Azure.Storage.Blobs.Models.CopyStatus> CopyStatus { get; }
Property Value
Nullable<CopyStatus>
|
CopyStatusDescription
CopyStatusDescription
Declaration
public string CopyStatusDescription { get; }
Property Value
String
|
CreatedOn
CreatedOn
Declaration
public Nullable<DateTimeOffset> CreatedOn { get; }
Property Value
Nullable<DateTimeOffset>
|
CustomerProvidedKeySha256
CustomerProvidedKeySha256
Declaration
public string CustomerProvidedKeySha256 { get; }
Property Value
String
|
DeletedOn
DeletedOn
Declaration
public Nullable<DateTimeOffset> DeletedOn { get; }
Property Value
Nullable<DateTimeOffset>
|
DestinationSnapshot
ETag
IncrementalCopy
IncrementalCopy
Declaration
public Nullable<bool> IncrementalCopy { get; }
Property Value
Nullable<Boolean>
|
LastModified
Last-Modified
Declaration
public Nullable<DateTimeOffset> LastModified { get; }
Property Value
Nullable<DateTimeOffset>
|
LeaseDuration
LeaseDuration
Declaration
public Nullable<Azure.Storage.Blobs.Models.LeaseDurationType> LeaseDuration { get; }
Property Value
Nullable<LeaseDurationType>
|
LeaseState
LeaseState
Declaration
public Nullable<Azure.Storage.Blobs.Models.LeaseState> LeaseState { get; }
Property Value
Nullable<LeaseState>
|
LeaseStatus
LeaseStatus
Declaration
public Nullable<Azure.Storage.Blobs.Models.LeaseStatus> LeaseStatus { get; }
Property Value
Nullable<LeaseStatus>
|
RemainingRetentionDays
RemainingRetentionDays
Declaration
public Nullable<int> RemainingRetentionDays { get; }
Property Value
Nullable<Int32>
|