|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter storage_provider_types. More...
Public Attributes | |
| const string | HDFS = "hdfs" |
| Apache Hadoop Distributed File System. More... | |
| const string | S3 = "s3" |
| Amazon S3 bucket. More... | |
A set of string constants for the parameter storage_provider_types.
The storage provider type of the data sources named in datasource_names.
Definition at line 61 of file ShowDatasource.cs.
| const string ShowDatasourceResponse.StorageProviderTypes.HDFS = "hdfs" |
Apache Hadoop Distributed File System.
Definition at line 64 of file ShowDatasource.cs.
| const string ShowDatasourceResponse.StorageProviderTypes.S3 = "s3" |
Amazon S3 bucket.
Definition at line 67 of file ShowDatasource.cs.