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