interface BoolExpHandler {
    _and?: BoolExpCan[];
    _not?: BoolExpCan;
    _or?: BoolExpCan[];
    dist?: BoolExpLink;
    dist_id?: ComparasionType<number>;
    execution_provider?: BoolExpLink;
    execution_provider_id?: ComparasionType<number>;
    handler?: BoolExpLink;
    handler_id?: ComparasionType<number>;
    isolation_provider?: BoolExpLink;
    isolation_provider_id?: ComparasionType<number>;
    src?: BoolExpLink;
    src_id?: ComparasionType<number>;
}

Hierarchy (view full)

Properties

_and?: BoolExpCan[]
_not?: BoolExpCan
_or?: BoolExpCan[]

Relation to link with distribution version of executable handler content.

dist_id?: ComparasionType<number>

Id of link with distribution version of executable handler content.

execution_provider?: BoolExpLink

Relation to link ExecutionProvider.

execution_provider_id?: ComparasionType<number>

Id of link ExecutionProvider.

handler?: BoolExpLink

Relation to Handler link.

handler_id?: ComparasionType<number>

Id of Handler link.

isolation_provider?: BoolExpLink

Relation to link IsolationProvider.

isolation_provider_id?: ComparasionType<number>

Id of link IsolationProvider.

Relation to link with source version of executable handler content.

src_id?: ComparasionType<number>

Id of link with source version of executable handler content.

Generated using TypeDoc