Interface DataCollectionSpec

interface DataCollectionSpec {
    type: DataLocationType;
    key?: string;
    name: string;
    parametersSchema?: DataSchema;
    fieldsSchema?: DataSchema;
    list?: DataCollectionListSpec;
    search?: DataCollectionSearchSpec;
    match?: DataCollectionMatchSpec;
    findById?: DataCollectionFindByIdSpec;
    create?: DataCollectionCreateSpec;
    update?: DataCollectionUpdateSpec;
    delete?: DataCollectionDeleteSpec;
    events?: DataCollectionEventsSpec;
    customFields?: boolean;
    udm?: DataCollectionUdmsSpec;
    find?: DataCollectionFindSpec;
}

Hierarchy

  • DataLocationSpecBase
    • DataCollectionSpec

Properties

key?: string
name: string
parametersSchema?: DataSchema
fieldsSchema?: DataSchema
customFields?: boolean
  • use list