Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter additional_info. More...
Public Attributes | |
const string | LOCATION = "location" |
Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format More... | |
const string | S3_BUCKET_NAME = "s3_bucket_name" |
Name of the Amazon S3 bucket used as the data source More... | |
const string | S3_REGION = "s3_region" |
Name of the Amazon S3 region where the bucket is located More... | |
const string | HDFS_KERBEROS_KEYTAB = "hdfs_kerberos_keytab" |
Kerberos key for the given HDFS user More... | |
const string | USER_NAME = "user_name" |
Name of the remote system user More... | |
A set of string constants for the parameter additional_info.
Additional information about the respective data sources in datasource_names.
Definition at line 74 of file ShowDatasource.cs.
const string kinetica.ShowDatasourceResponse.AdditionalInfo.HDFS_KERBEROS_KEYTAB = "hdfs_kerberos_keytab" |
Kerberos key for the given HDFS user
Definition at line 90 of file ShowDatasource.cs.
const string kinetica.ShowDatasourceResponse.AdditionalInfo.LOCATION = "location" |
Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format
Definition at line 79 of file ShowDatasource.cs.
const string kinetica.ShowDatasourceResponse.AdditionalInfo.S3_BUCKET_NAME = "s3_bucket_name" |
Name of the Amazon S3 bucket used as the data source
Definition at line 83 of file ShowDatasource.cs.
const string kinetica.ShowDatasourceResponse.AdditionalInfo.S3_REGION = "s3_region" |
Name of the Amazon S3 region where the bucket is located
Definition at line 87 of file ShowDatasource.cs.
const string kinetica.ShowDatasourceResponse.AdditionalInfo.USER_NAME = "user_name" |
Name of the remote system user
Definition at line 93 of file ShowDatasource.cs.