Skip to main content

A set of results returned by Kinetica.showDatasource. More…

Inheritance diagram for kinetica.ShowDatasourceResponse:
Collaboration diagram for kinetica.ShowDatasourceResponse:

Classes

struct  AdditionalInfo
 A set of string constants for the parameter ShowDatasourceResponse.additional_info. More…
 
struct  StorageProviderTypes
 A set of string constants for the parameter ShowDatasourceResponse.storage_provider_types. More…
 

Properties

IList< string > datasource_names = new List<string>() [get, set]
 The data source names.
 
IList< string > storage_provider_types = new List<string>() [get, set]
 The storage provider type of the data sources named in ShowDatasourceResponse.datasource_names.
 
IList< IDictionary< string, string > > additional_info = new List<IDictionary<string, string>>() [get, set]
 Additional information about the respective data sources in ShowDatasourceResponse.datasource_names.
 
IDictionary< string, string > info = new Dictionary<string, string>() [get, set]
 Additional information.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 Static Public Member Functions inherited from kinetica.KineticaData
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 

Detailed Description

A set of results returned by Kinetica.showDatasource.

Definition at line 55 of file ShowDatasource.cs.

Property Documentation

◆ additional_info

IList< IDictionary< string, string > > kinetica.ShowDatasourceResponse.additional_info = new List<IDictionary<string, string>>()
getset

Additional information about the respective data sources in ShowDatasourceResponse.datasource_names.

  • LOCATION: Location of the remote storage in ‘storage_provider_type://[storage_path[:storage_port]]’ format.
  • S3_BUCKET_NAME: Name of the Amazon S3 bucket used as the data source.
  • S3_REGION: Name of the Amazon S3 region where the bucket is located.
  • HDFS_KERBEROS_KEYTAB: Kerberos key for the given HDFS user.
  • USER_NAME: Name of the remote system user.

Definition at line 160 of file ShowDatasource.cs.

◆ datasource_names

IList< string > kinetica.ShowDatasourceResponse.datasource_names = new List<string>()
getset

The data source names.

Definition at line 99 of file ShowDatasource.cs.

◆ info

IDictionary< string, string > kinetica.ShowDatasourceResponse.info = new Dictionary<string, string>()
getset

Additional information.

Definition at line 163 of file ShowDatasource.cs.

◆ storage_provider_types

IList< string > kinetica.ShowDatasourceResponse.storage_provider_types = new List<string>()
getset

The storage provider type of the data sources named in ShowDatasourceResponse.datasource_names.

Supported values:

  • HDFS: Apache Hadoop Distributed File System.
  • S3: Amazon S3 bucket.

Definition at line 119 of file ShowDatasource.cs.


The documentation for this class was generated from the following files: