Class Dataset
A representation of a maps platform dataset.
Assembly: Google.Maps.MapsPlatformDatasets.V1Alpha.dll
public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public Dataset(Dataset other)
Parameters
| Type |
Name |
Description |
| Dataset |
other |
|
Properties
Output only. Time when the dataset was first created.
Declaration
public Timestamp CreateTime { get; set; }
Property Value
Declaration
public Dataset.DataSourceOneofCase DataSourceCase { get; }
Property Value
Declaration
public DatasetName DatasetName { get; set; }
Property Value
A description of this dataset; set by the customer.
Declaration
public string Description { get; set; }
Property Value
Human readable name, shown in the console UI. Set by customer.
Declaration
public string DisplayName { get; set; }
Property Value
A Google Cloud Storage file source for the dataset for a single upload.
Declaration
public GcsSource GcsSource { get; set; }
Property Value
A local file source for the dataset for a single upload.
Declaration
public LocalFileSource LocalFileSource { get; set; }
Property Value
Resource name,
projects/{project}/datasets/{dataset_id}
Declaration
public string Name { get; set; }
Property Value
The status of the import of the latest dataset version.
Declaration
public State Status { get; set; }
Property Value
Output only. Time when the dataset metadata was last updated.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Specified use case(s) for this dataset.
Declaration
public RepeatedField<Usage> Usage { get; }
Property Value
Output only. Time when this version of dataset was created. (It happened when importing
data to the dataset)
Declaration
public Timestamp VersionCreateTime { get; set; }
Property Value
Output only. The description for this version of dataset. It is provided when importing
data to the dataset.
Declaration
public string VersionDescription { get; set; }
Property Value
The version of the dataset.
Declaration
public string VersionId { get; set; }
Property Value