Type Alias DocumentsAggregateAllUniquePropertiesRequest

DocumentsAggregateAllUniquePropertiesRequest: DocumentSearchInAggregate & DocumentSearchFilter & {
    aggregate: "allUniqueProperties";
    cursor?: string;
    limit?: number;
    properties: {
        property: DocumentFilterProperty;
    }[];
}

Find all metadata property names