Namespace Unity.Cloud.Metadata
Classes
GetMetadataParameters
Contains all the parameters to query either the metadata API or the database directly.
MatchCollection
Represents the sets of successful metadata matches found by a query.
MetadataArray
MetadataContainer
Represents an abstract JSON metadata container.
MetadataObject
Represents a JSON metadata 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 format (string or number).
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.