Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    AlternateKey?: CompositeKey

    For Update, CreateOrUpdate and Delete operations either a PrimaryKey or an AlternateKey must be provided. For Create and DeleteWithFilter operations, neither is used.

    DeleteFilter?: string

    This field is only provided when the Action Type is DeleteWithFilter. It is a valid SQL expression that can be used in a where clause to get a list of records in a given entity to delete

    EntityName: string

    The name of the entity where action is to be taken

    PrimaryKey?: CompositeKey

    For Update, CreateOrUpdate and Delete operations either a PrimaryKey or an AlternateKey must be provided. For Create and DeleteWithFilter operations, neither is used.

    RecordJSON?: string

    This field is a JSON representation of the field values of the entity to be created or updated. It is used for all ActionTypes except for

    The type of action requested. The possible values are Create, Update, CreateOrUpdate, Delete, DeleteWithFilter