Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Cell
An object that represents a single cell in a table.
- Cell
Input CellInput object contains the data needed to create or update cells in a table.
CellInput object has only a facts field or a fact field, but not both. A 400 bad request will be thrown if both fact and facts field are present.
- Column
Metadata Metadata for column in the table.
- Create
RowData Data needed to create a single row in a table as part of the BatchCreateTableRows request.
- Data
Item The data in a particular data cell defined on the screen.
- Delimited
Text Import Options An object that contains the options relating to parsing delimited text as part of an import request.
- Destination
Options An object that contains the options relating to the destination of the import request.
- Failed
Batch Item A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.
- Filter
An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.
- Import
Data Source An object that has details about the source of the data that was submitted for import.
- Import
Data Source Config An object that contains the configuration parameters for the data source of an import request.
- Import
JobSubmitter An object that contains the attributes of the submitter of the import job.
- Import
Options An object that contains the options specified by the sumitter of the import request.
- Result
Row A single row in the ResultSet.
- Result
Set ResultSet contains the results of the request for a single block or list defined on the screen.
- Source
Data Column Properties An object that contains the properties for importing data to a specific column in a table.
- Table
An object representing the properties of a table in a workbook.
- Table
Column An object that contains attributes about a single column in a table
- Table
Data Import JobMetadata The metadata associated with the table data import job that was submitted.
- Table
Row An object that contains attributes about a single row in a table
- Update
RowData Data needed to create a single row in a table as part of the BatchCreateTableRows request.
- Upsert
RowData Data needed to upsert rows in a table as part of a single item in the BatchUpsertTableRows request.
- Upsert
Rows Result An object that represents the result of a single upsert row request.
- Variable
Value The input variables to the app to be used by the InvokeScreenAutomation action request.
Enums§
- Error
Code - When writing a match expression against
ErrorCode
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Format
- When writing a match expression against
Format
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Import
Data Character Encoding - When writing a match expression against
ImportDataCharacterEncoding
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Import
Source Data Format - When writing a match expression against
ImportSourceDataFormat
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Table
Data Import JobStatus - When writing a match expression against
TableDataImportJobStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Upsert
Action - When writing a match expression against
UpsertAction
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.