Kinetica   C#   API  Version 7.2.3.1
ShowDatasourceResponse.StorageProviderTypes Struct Reference

A set of string constants for the parameter storage_provider_types. More...

Public Attributes

const string HDFS = "hdfs"
 Apache Hadoop Distributed File System. More...
 
const string S3 = "s3"
 Amazon S3 bucket. More...
 

Detailed Description

A set of string constants for the parameter storage_provider_types.

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

Definition at line 61 of file ShowDatasource.cs.

Member Data Documentation

◆ HDFS

const string ShowDatasourceResponse.StorageProviderTypes.HDFS = "hdfs"

Apache Hadoop Distributed File System.

Definition at line 64 of file ShowDatasource.cs.

◆ S3

const string ShowDatasourceResponse.StorageProviderTypes.S3 = "s3"

Amazon S3 bucket.

Definition at line 67 of file ShowDatasource.cs.


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