Interface IHarperDBExportOptions
Properties
format
format: "csv" | "json"
searchOperation
search
Operation: { get_attributes?: string[]; hash_values?: StringOrNumber[]; operation: "sql" | "search_by_value" | "search_by_hash"; search_attribute?: string; search_value?: string; sql?: string }
Type declaration
-
Optional
get_attributes?: string[]
-
-
operation: "sql" | "search_by_value" | "search_by_hash"
-
Optional
search_attribute?: string
-
Optional
search_value?: string
-
Optional
sql?: string
the format you want your data to be exported, 'json' or 'csv'.