Struct MetadataPath
Inherited Members
Namespace: Unity.Cloud.Metadata
Assembly: Unity.Cloud.Metadata.dll
Syntax
public readonly struct MetadataPath : IEnumerable<string>, IEnumerable
Constructors
MetadataPath(IEnumerable<string>)
Constructor with the set of keys forming a metadata path.
Declaration
public MetadataPath(IEnumerable<string> path)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | path | Properties keys. |
MetadataPath(params string[])
Constructor with the set of keys forming a metadata path.
Declaration
public MetadataPath(params string[] path)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | path | Properties keys. |
Methods
GetEnumerator()
Declaration
public IEnumerator<string> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<string> |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |