Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockBlobClient ¶
BlockBlobClient is the wrapper on top of the Azure Block Blob Client.
func (*BlockBlobClient) Delete ¶
func (b *BlockBlobClient) Delete(ctx context.Context) error
Delete deletes the blob.
func (*BlockBlobClient) GetProperties ¶
func (b *BlockBlobClient) GetProperties()
GetProperties fetches the properties of the blob.
func (*BlockBlobClient) SetImmutability ¶
func (b *BlockBlobClient) SetImmutability(ctx context.Context, daysFromToday int) (*time.Time, error)
SetImmutability sets the immutability period for a blob in days.
Click to show internal directories.
Click to hide internal directories.