SEGMENTED_STORE_DEFAULTS
このコンテンツはまだ日本語訳がありません。
const SEGMENTED_STORE_DEFAULTS: { codec: SegmentCodec; restore: { prefetchTailSegments: 1; }; tenant: "default"; upload: { concurrency: 4; mode: "async"; retryBudget: { attempts: 8; maxBackoffMs: 60000; }; };};缺省值单点(doc/119 §八 D-1/D-2/D-3)
readonly codec: SegmentCodec;restore
Section titled “restore”readonly restore: { prefetchTailSegments: 1;};restore.prefetchTailSegments
Section titled “restore.prefetchTailSegments”readonly prefetchTailSegments: 1;tenant
Section titled “tenant”readonly tenant: "default";upload
Section titled “upload”readonly upload: { concurrency: 4; mode: "async"; retryBudget: { attempts: 8; maxBackoffMs: 60000; };};upload.concurrency
Section titled “upload.concurrency”readonly concurrency: 4;upload.mode
Section titled “upload.mode”readonly mode: "async";upload.retryBudget
Section titled “upload.retryBudget”readonly retryBudget: { attempts: 8; maxBackoffMs: 60000;};upload.retryBudget.attempts
Section titled “upload.retryBudget.attempts”readonly attempts: 8;upload.retryBudget.maxBackoffMs
Section titled “upload.retryBudget.maxBackoffMs”readonly maxBackoffMs: 60000;このページは役に立ちましたか?
フィードバックありがとうございます。この記事の改善に活かします。