A set of string constants for the parameter ShowDatasourceResponse.additional_info. More…
Static Public Attributes | |
| const string | LOCATION = “location” |
| Location of the remote storage in ‘storage_provider_type://[storage_path[:storage_port]]’ format. | |
| const string | S3_BUCKET_NAME = “s3_bucket_name” |
| Name of the Amazon S3 bucket used as the data source. | |
| const string | S3_REGION = “s3_region” |
| Name of the Amazon S3 region where the bucket is located. | |
| const string | HDFS_KERBEROS_KEYTAB = “hdfs_kerberos_keytab” |
| Kerberos key for the given HDFS user. | |
| const string | USER_NAME = “user_name” |
| Name of the remote system user. | |
Detailed Description
A set of string constants for the parameter ShowDatasourceResponse.additional_info.
Additional information about the respective data sources in ShowDatasourceResponse.datasource_names.
Definition at line 76 of file ShowDatasource.cs.
Member Data Documentation
◆ HDFS_KERBEROS_KEYTAB
| static |
Kerberos key for the given HDFS user.
Definition at line 92 of file ShowDatasource.cs.
◆ LOCATION
| static |
Location of the remote storage in ‘storage_provider_type://[storage_path[:storage_port]]’ format.
Definition at line 81 of file ShowDatasource.cs.
◆ S3_BUCKET_NAME
| static |
Name of the Amazon S3 bucket used as the data source.
Definition at line 85 of file ShowDatasource.cs.
◆ S3_REGION
| static |
Name of the Amazon S3 region where the bucket is located.
Definition at line 89 of file ShowDatasource.cs.
◆ USER_NAME
| static |
Name of the remote system user.
Definition at line 95 of file ShowDatasource.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowDatasource.cs
- Kinetica/Protocol/ShowDatasource.cs