AppendBlobRequestConditions
Specifies append blob specific access conditions.
            
                
IfAppendPositionEqual ensures that the AppendBlock operation
            succeeds only if the append position is equal to a value.
            
IfMaxSizeLessThanOrEqual ensures that the AppendBlock operation
            succeeds only if the append blob's size is less than or equal to
            a value.
            
public AppendBlobRequestConditions()