Enum State
State specifies the status of the import of the latest dataset version.
Namespace: Google.Maps.MapsPlatformDatasets.V1Alpha
Assembly: Google.Maps.MapsPlatformDatasets.V1Alpha.dll
Syntax
public enum State
Fields
| Name | Description |
|---|---|
| ImportFailed | The dataset version failed to get imported. |
| ImportSucceeded | The dataset version succeeded in getting imported. |
| Importing | The dataset version is getting imported. |
| Unspecified | The state of this dataset is not set. |