StorageBlobBaseCmdlet.CreateMetadataDictionary(Hashtable, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.Dictionary<string,string> CreateMetadataDictionary (System.Collections.Hashtable Metadata, bool validate);
static member CreateMetadataDictionary : System.Collections.Hashtable * bool -> System.Collections.Generic.Dictionary<string, string>
Public Shared Function CreateMetadataDictionary (Metadata As Hashtable, validate As Boolean) As Dictionary(Of String, String)
Parameters
- Metadata
- Hashtable
- validate
- Boolean