Class ImpalaObjectDatasetResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.ImpalaObjectDatasetResponse
-
public final class ImpalaObjectDatasetResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImpalaObjectDatasetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
annotations()
static ImpalaObjectDatasetResponse.Builder
builder()
static ImpalaObjectDatasetResponse.Builder
builder(ImpalaObjectDatasetResponse defaults)
java.util.Optional<java.lang.String>
description()
java.util.Optional<DatasetResponseFolder>
folder()
LinkedServiceReferenceResponse
linkedServiceName()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<java.lang.Object>
schema()
java.util.Optional<java.lang.Object>
structure()
java.util.Optional<java.lang.Object>
table()
java.util.Optional<java.lang.Object>
tableName()
java.lang.String
type()
-
-
-
Method Detail
-
annotations
public java.util.List<java.lang.Object> annotations()
- Returns:
- List of tags that can be used for describing the Dataset.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Dataset description.
-
folder
public java.util.Optional<DatasetResponseFolder> folder()
- Returns:
- The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
-
linkedServiceName
public LinkedServiceReferenceResponse linkedServiceName()
- Returns:
- Linked service reference.
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for dataset.
-
schema
public java.util.Optional<java.lang.Object> schema()
- Returns:
- Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
-
structure
public java.util.Optional<java.lang.Object> structure()
- Returns:
- Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
-
table
public java.util.Optional<java.lang.Object> table()
- Returns:
- The table name of the Impala. Type: string (or Expression with resultType string).
-
tableName
public java.util.Optional<java.lang.Object> tableName()
- Returns:
- This property will be retired. Please consider using schema + table properties instead.
-
type
public java.lang.String type()
- Returns:
- Type of dataset. Expected value is 'ImpalaObject'.
-
builder
public static ImpalaObjectDatasetResponse.Builder builder()
-
builder
public static ImpalaObjectDatasetResponse.Builder builder(ImpalaObjectDatasetResponse defaults)
-
-