docs.unity3d.com
    Show / Hide Table of Contents

    Class MetadataContainer

    Represents an abstract JSON Metadata container.

    Inheritance
    Object
    MetadataContainer
    MetadataArray
    MetadataObject
    MetadataValue
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Metadata
    Syntax
    public abstract class MetadataContainer

    Properties

    Item[String]

    Gets the MetadataContainer with the specified key.

    Declaration
    public virtual MetadataContainer this[string key] { get; set; }
    Parameters
    Type Name Description
    String key
    Property Value
    Type Description
    MetadataContainer

    The MetadataContainer with the specified key.

    Methods

    ToNumber()

    Attempt to cast the MetadataValue as a number.

    Declaration
    public virtual double ToNumber()
    Returns
    Type Description
    Double

    A double representing the number.

    Extension Methods

    MetadataContainerExtension.ToFormattedString(MetadataContainer, Int32, Int32)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023