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

A set of results returned by Kinetica.showDatasource(string,IDictionary{string, string}). More...

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

Classes

struct  AdditionalInfo
 Additional information about the respective data sources in <member name="datasource_names">. More...
 
struct  StorageProviderTypes
 The storage provider type of the data sources named in <member name="datasource_names">. More...
 

Properties

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

Additional Inherited Members

- Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type More...
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type More...
 
object Get (int fieldPos)
 Retrieve a specific property from this object More...
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object More...
 
- 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. More...
 

Detailed Description

A set of results returned by Kinetica.showDatasource(string,IDictionary{string, string}).

Definition at line 63 of file ShowDatasource.cs.

Property Documentation

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

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

Supported values:

Definition at line 152 of file ShowDatasource.cs.

IList<string> kinetica.ShowDatasourceResponse.datasource_names
getset

The data source names.

Definition at line 127 of file ShowDatasource.cs.

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

Additional information.

Definition at line 155 of file ShowDatasource.cs.

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

The storage provider type of the data sources named in <member name="datasource_names">.

Supported values:

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

Definition at line 145 of file ShowDatasource.cs.


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