Block interface
Represents a single block in a block blob. It describes the block's ID and size.
Properties
name | The base64 encoded block ID. |
size | The block size in bytes. |
Property Details
name
The base64 encoded block ID.
name: string
Property Value
string
size
The block size in bytes.
size: number
Property Value
number