Filter on assets with exact match

interface AssetListScope {
    aggregatedProperties?: AssetAggregatedProperty[];
    cursor?: string;
    filter?: AssetFilterProps;
    limit?: number;
    partition?: string;
}

Hierarchy (view full)

Properties

aggregatedProperties?: AssetAggregatedProperty[]

Set of aggregated properties to include

cursor?: string
limit?: number
partition?: string