docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GroupableFieldValue

    The result of a group and count operation.

    Inheritance
    object
    GroupableFieldValue
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public class GroupableFieldValue

    Properties

    Type

    The type of the value.

    Declaration
    public GroupableFieldValueType Type { get; }
    Property Value
    Type Description
    GroupableFieldValueType

    Methods

    AsAssetId()

    Returns the value as an asset ID.

    Declaration
    public AssetId AsAssetId()
    Returns
    Type Description
    AssetId

    An Unity.Cloud.Common.AssetId.

    AsAssetType()

    Returns the value as an asset type.

    Declaration
    public AssetType AsAssetType()
    Returns
    Type Description
    AssetType

    An AssetType.

    AsAssetVersion()

    Returns the value as an asset version.

    Declaration
    public AssetVersion AsAssetVersion()
    Returns
    Type Description
    AssetVersion

    An Unity.Cloud.Common.AssetVersion.

    AsCollectionDescriptor()

    Returns the value as a collection descriptor.

    Declaration
    public CollectionDescriptor AsCollectionDescriptor()
    Returns
    Type Description
    CollectionDescriptor

    A CollectionDescriptor.

    AsDatasetId()

    Returns the value as a dataset ID.

    Declaration
    public DatasetId AsDatasetId()
    Returns
    Type Description
    DatasetId

    A Unity.Cloud.Common.DatasetId.

    AsMetadataValue()

    Returns the value as a metadata value.

    Declaration
    public MetadataValue AsMetadataValue()
    Returns
    Type Description
    MetadataValue

    A MetadataValue.

    AsString()

    Returns a string representation of the value.

    Declaration
    public string AsString()
    Returns
    Type Description
    string

    A string.

    AsUserId()

    Returns the value as a user ID.

    Declaration
    public UserId AsUserId()
    Returns
    Type Description
    UserId

    A Unity.Cloud.Common.UserId.

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)