BlobBlock
Represents a single block in a block blob.  It describes the block's ID and size. 
                
The base64 encoded block ID.
            
This property is a backwards-compatible facade for  SizeLong,
            which supports long values. Use  SizeLong for full access of
            supported values.
            
The block size in bytes.
            
Check if two BlobBlock instances are equal.