docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ToNestedColumn

    ToNestedColumn<T>(T, bool)

    Obtains the Serialized fields and values in form of nested columns for BigQuery https://cloud.google.com/bigquery/docs/nested-repeated

    Declaration
    public static string[] ToNestedColumn<T>(this T current, bool compareAndSimplifyWithDefault = false) where T : new()
    Parameters
    Type Name Description
    T current

    The current object to obtain the fields and values.

    bool compareAndSimplifyWithDefault

    If a comparison against the default value must be done.

    Returns
    Type Description
    string[]

    The nested columns in form of {key.nestedKey : value}

    Type Parameters
    Name Description
    T

    The given type

    Exceptions
    Type Condition
    ArgumentNullException
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)