Class MatchCollection
Represents the sets of successful metadata matches found by a query.
Implements
Inherited Members
Namespace: Unity.Cloud.Metadata
Assembly: Unity.Cloud.Metadata.dll
Syntax
public class MatchCollection : IReadOnlyDictionary<InstanceId, MetadataObject>, IReadOnlyCollection<KeyValuePair<InstanceId, MetadataObject>>, IEnumerable<KeyValuePair<InstanceId, MetadataObject>>, IEnumerable
Properties
| Name | Description |
|---|---|
| Count | |
| this[InstanceId] | |
| Keys | |
| Values |
Methods
| Name | Description |
|---|---|
| ContainsKey(InstanceId) | Determines whether the owner ID appears in the match collection. |
| GetEnumerator() | Returns an enumerator that can be used to iterate through the collection. |
| TryGetValue(InstanceId, out MetadataObject) | Tries to get the MetadataObject with the specified |