Builder

class Builder

Properties

Link copied to clipboard

The list of field details of the dataset schema.

Link copied to clipboard
var name: String?

The name of the dataset schema.

Link copied to clipboard

The list of primary key fields for the dataset. Primary keys defined can help data ingestion methods to ensure data uniqueness: CreateDataIntegrationFlow's dedupe strategy will leverage primary keys to perform records deduplication before write to dataset; SendDataIntegrationEvent's UPSERT and DELETE can only work with dataset with primary keys. For more details, refer to those data ingestion documentations.