Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowDatasourceResponse.AdditionalInfo Struct Reference

Additional information about the respective data sources in <member name="datasource_names">. 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...
 

Detailed Description

Additional information about the respective data sources in <member name="datasource_names">.

Supported values:

set of string constants for the parameter <member name="additional_info">.

Definition at line 102 of file ShowDatasource.cs.

Member Data Documentation

const string kinetica.ShowDatasourceResponse.AdditionalInfo.HDFS_KERBEROS_KEYTAB = "hdfs_kerberos_keytab"

Kerberos key for the given HDFS user

Definition at line 119 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 108 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 112 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 116 of file ShowDatasource.cs.

const string kinetica.ShowDatasourceResponse.AdditionalInfo.USER_NAME = "user_name"

Name of the remote system user

Definition at line 122 of file ShowDatasource.cs.


The documentation for this struct was generated from the following file: