Type Alias: AdvancedBatchOperationTypeFilter
type AdvancedBatchOperationTypeFilter = object;
Advanced filter
Advanced BatchOperationTypeEnum filter.
Properties
$eq?
optional $eq?: BatchOperationTypeEnum;
Checks for equality with the provided value.
$exists?
optional $exists?: boolean;
Checks if the current property exists.
$in?
optional $in?: BatchOperationTypeEnum[];
Checks if the property matches any of the provided values.
$like?
optional $like?: LikeFilter;
$neq?
optional $neq?: BatchOperationTypeEnum;
Checks for inequality with the provided value.