Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

Metadata Property

Collection of blob/container metadata.

Syntax

[VB.NET]
Public Property Metadata As AzureMetadataList

[C#]
public AzureMetadataList Metadata {get;}

Remarks

After a GetBlobMetadata or GetContainerMetadata call, this collection will be populated with the metadata for the specified blob or container. All metadata is given as name-value pairs within this collection.

The below methods will use the name-value pairs specified by this collection to set the metadata for the specified blob or container. Use AddUserMetadata to add a metadata to this list.

This property is not available at design time.

Default Value

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