Kinetica   C#   API  Version 7.2.3.1
ShowDatasourceResponse.AdditionalInfo Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ HDFS_KERBEROS_KEYTAB

const string ShowDatasourceResponse.AdditionalInfo.HDFS_KERBEROS_KEYTAB = "hdfs_kerberos_keytab"

Kerberos key for the given HDFS user.

Definition at line 90 of file ShowDatasource.cs.

◆ LOCATION

const string 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.

◆ S3_BUCKET_NAME

const string 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.

◆ S3_REGION

const string 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.

◆ USER_NAME

const string ShowDatasourceResponse.AdditionalInfo.USER_NAME = "user_name"

Name of the remote system user.

Definition at line 93 of file ShowDatasource.cs.


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