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
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 JavaScript