Namespace Unity.Cloud.Metadata
Classes
GetMetadataParameters
Contains all the parameters to query either the metadata API or the database directly.
MatchCollection
Represent the sets of successful metadata matches found by a query.
MetadataArray
MetadataContainer
Represents an abstract JSON Metadata container.
MetadataObject
Represents a Metadata JSON object
MetadataProvider
Allows querying of geometric metadata in the scene. Can be used to call either the cloud API or a local database.
MetadataProviderExtensions
MetadataQueryBuilder
Allows building a fluent query to the metadata provider.
MetadataValue
Represents a value in Json (string or number)
Structs
OwnerId
Interfaces
IMetadataProvider
Provides an abstraction of the MetadataClient to allow testing and mocking. Use the MetadataProvider (the default implementation) in functional code to implement this interface's functionality.