Class ExcelDatasetResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.ExcelDatasetResponse
-
public final class ExcelDatasetResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExcelDatasetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
annotations()
static ExcelDatasetResponse.Builder
builder()
static ExcelDatasetResponse.Builder
builder(ExcelDatasetResponse defaults)
java.util.Optional<DatasetCompressionResponse>
compression()
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.Object>
firstRowAsHeader()
java.util.Optional<DatasetResponseFolder>
folder()
LinkedServiceReferenceResponse
linkedServiceName()
java.lang.Object
location()
java.util.Optional<java.lang.Object>
nullValue()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<java.lang.Object>
range()
java.util.Optional<java.lang.Object>
schema()
java.util.Optional<java.lang.Object>
sheetIndex()
java.util.Optional<java.lang.Object>
sheetName()
java.util.Optional<java.lang.Object>
structure()
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.
-
compression
public java.util.Optional<DatasetCompressionResponse> compression()
- Returns:
- The data compression method used for the json dataset.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Dataset description.
-
firstRowAsHeader
public java.util.Optional<java.lang.Object> firstRowAsHeader()
- Returns:
- When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean).
-
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.
-
location
public java.lang.Object location()
- Returns:
- The location of the excel storage.
-
nullValue
public java.util.Optional<java.lang.Object> nullValue()
- Returns:
- The null value string. Type: string (or Expression with resultType string).
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for dataset.
-
range
public java.util.Optional<java.lang.Object> range()
- Returns:
- The partial data of one sheet. Type: string (or Expression with resultType string).
-
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.
-
sheetIndex
public java.util.Optional<java.lang.Object> sheetIndex()
- Returns:
- The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)
-
sheetName
public java.util.Optional<java.lang.Object> sheetName()
- Returns:
- The sheet name of excel file. Type: string (or Expression with resultType string).
-
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.
-
type
public java.lang.String type()
- Returns:
- Type of dataset. Expected value is 'Excel'.
-
builder
public static ExcelDatasetResponse.Builder builder()
-
builder
public static ExcelDatasetResponse.Builder builder(ExcelDatasetResponse defaults)
-
-