AccessCondition.IfMaxSizeLessThanOrEqual Property

Definition

Gets or sets a value for a condition that specifies the maximum size allowed for an append blob when a new block is committed. The append will succeed only if the size of the blob after the append operation is less than or equal to the specified size.

public long? IfMaxSizeLessThanOrEqual { get; set; }
member this.IfMaxSizeLessThanOrEqual : Nullable<int64> with get, set
Public Property IfMaxSizeLessThanOrEqual As Nullable(Of Long)

Property Value

The maximum size in bytes, or null if no value is set.

Remarks

This condition only applies to append blobs.

Applies to