Class MetadataObject
Represents a JSON metadata object.
Implements
Inherited Members
Namespace: Unity.Cloud.Metadata
Assembly: Unity.Cloud.Metadata.dll
Syntax
public class MetadataObject : MetadataContainer, IReadOnlyDictionary<string, MetadataContainer>, IReadOnlyCollection<KeyValuePair<string, MetadataContainer>>, IEnumerable<KeyValuePair<string, MetadataContainer>>, IEnumerable
Properties
| Name | Description |
|---|---|
| Count | |
| this[string] | Gets the MetadataContainer with the specified key. |
| Keys | |
| Values |
Methods
| Name | Description |
|---|---|
| ContainsKey(string) | Determines whether the JSON object has the specified property name. |
| GetEnumerator() | Returns an enumerator that can be used to iterate through the collection. |
| TryGetValue(string, out MetadataContainer) | Tries to get the MetadataContainer with the specified property name. |