AccessCondition.IfMaxSizeLessThanOrEqual Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET