Cloud Storage Integrator 2016 Linux Edition
Cloud Storage Integrator 2016 Linux Edition
Questions / Feedback?

Metadata Event

Fired when valid blob or container metadata is returned.

Syntax

 virtual int FireMetadata(AzureBlobMetadataEventParams *e);

 
typedef struct {
char* ObjectName;
char* Name;
char* Value;
int reserved;
} AzureBlobMetadataEventParams;

Remarks

Metadata may be returned for a blob or container as a result of a different method calls.

For containers, metadata will be returned if GetContainerMetadata is called. Metadata will also be returned if ListContainers is called and IncludeMetadata is set to true.

For blobs, metadata will be returned if GetBlobMetadata is called. Metadata will also be returned if ListBlobs is called and IncludeMetadata is set to true.

The ObjectName parameter holds the name of the current object for which the event is firing.

The Name parameter holds the name of the current metadata element.

The Value parameter holds the value of the current metadata element.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Linux Edition - Version 16.0 [Build 7239]