ProviderTransferReadResult
Defined in: src/providers/ProviderTransferOperations.ts:40
Result returned by provider read implementations.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
bytesRead? | number | Bytes already read by the provider before returning the content stream, if any. | src/providers/ProviderTransferOperations.ts:44 |
checksum? | string | Checksum produced while opening or reading the source. | src/providers/ProviderTransferOperations.ts:50 |
content | TransferDataSource | Content stream produced by the provider. | src/providers/ProviderTransferOperations.ts:42 |
totalBytes? | number | Expected total bytes for the content stream when known. | src/providers/ProviderTransferOperations.ts:46 |
verification? | TransferVerificationResult | Verification details produced while opening or reading the source. | src/providers/ProviderTransferOperations.ts:48 |
warnings? | string[] | Non-fatal warnings produced by the read side. | src/providers/ProviderTransferOperations.ts:52 |