Skip to content

CopyResult

Defined in: packages/synapse-sdk/src/types.ts:390

Result for a single successful copy of data on a provider

dataSetId: bigint

Defined in: packages/synapse-sdk/src/types.ts:394

Data set ID on this provider


isNewDataSet: boolean

Defined in: packages/synapse-sdk/src/types.ts:402

Whether a new data set was created for this copy


pieceId: bigint

Defined in: packages/synapse-sdk/src/types.ts:396

Piece ID within the data set


providerId: bigint

Defined in: packages/synapse-sdk/src/types.ts:392

Provider ID that holds this copy


retrievalUrl: string

Defined in: packages/synapse-sdk/src/types.ts:400

URL where this copy can be retrieved


role: "primary" | "secondary"

Defined in: packages/synapse-sdk/src/types.ts:398

Whether this is the primary (store) or secondary (pull) copy