C#
C++
F#
VB
AccessCondition.IfMaxSizeLessThanOrEqual Property
AccessCondition::IfMaxSizeLessThanOrEqual Property
AccessCondition.IfMaxSizeLessThanOrEqual Property
AccessCondition.IfMaxSizeLessThanOrEqual Property
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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<long long> IfMaxSizeLessThanOrEqual { Nullable<long long> get(); void set(Nullable<long long> value); }
Property Value
Type: System.Nullable<Int64>System::Nullable<Int64>System.Nullable<Int64>System.Nullable(Of Int64)The maximum size in bytes, or null if no value is set.
Remarks
This condition only applies to append blobs.