UseEgressQuotaProps
Defined in: synapse-react/src/warm-storage/use-egress-quota.ts:10
The props for the useEgressQuota hook.
Properties
Section titled “Properties”dataSetId?
Section titled “dataSetId?”optional dataSetId: bigint;Defined in: synapse-react/src/warm-storage/use-egress-quota.ts:12
The data set ID to query egress quota for
query?
Section titled “query?”optional query: Omit<UseQueryOptions<DataSetStats, Error, DataSetStats, readonly unknown[]>, "queryKey" | "queryFn">;Defined in: synapse-react/src/warm-storage/use-egress-quota.ts:13