Search Results for

    Show / Hide Table of Contents

    Class DatasetSourceConfigRemote

    サーバーインポートで利用するDatasetSourceの設定です。

    Inheritance
    System.Object
    DatasetSourceConfigRemote
    Implements
    IDatasetSourceConfig
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Dataset
    Assembly: cs.temp.dll.dll
    Syntax
    public class DatasetSourceConfigRemote : IDatasetSourceConfig

    Constructors

    DatasetSourceConfigRemote(String, String, String)

    Declaration
    public DatasetSourceConfigRemote(string serverDatasetID, string serverUrl, string serverToken)
    Parameters
    Type Name Description
    System.String serverDatasetID

    データセットのIDを渡します。 そのIDとは、APIサーバーにデータセットの一覧を問い合わせたときに得られるID文字列です。

    System.String serverUrl

    サーバーのURLです。

    System.String serverToken

    サーバー認証のトークンです。

    Properties

    ServerDatasetID

    Declaration
    public string ServerDatasetID { get; set; }
    Property Value
    Type Description
    System.String

    ServerToken

    Declaration
    public string ServerToken { get; set; }
    Property Value
    Type Description
    System.String

    ServerUrl

    Declaration
    public string ServerUrl { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IDatasetSourceConfig
    In This Article
    Back to top PLATEAU SDK for Unity