Class RVAthenaDataSource
Amazon Athena data source
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVAthenaDataSource : RVDashboardDataSource
Constructors
RVAthenaDataSource()
Declaration
public RVAthenaDataSource()
Properties
Database
Declaration
public string Database { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataCatalog
Athena's data catalog where the database is. If the value is null, "AwsDataCatalog" will be used.
Declaration
public string DataCatalog { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputLocation
s3 path where the results will be stored. It is optional, but if missing and if the chosen workgroup doesn't have a valid s3 path, the queries will fail.
Declaration
public string OutputLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Region
Region for the service. See the list of supported values in https://docs.aws.amazon.com/general/latest/gr/rande.html.
Declaration
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Workgroup
Workgroup used to run queries. It is optional.
Declaration
public string Workgroup { get; set; }
Property Value
Type | Description |
---|---|
System.String |