public sealed class TransferCounters : IMessage<TransferCounters>, IEquatable<TransferCounters>, IDeepCloneable<TransferCounters>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class TransferCounters.
A collection of counters that report the progress of a transfer operation.
Bytes found in the data source that are scheduled to be transferred,
excluding any that are filtered based on object conditions or skipped due
to sync.
Objects found in the data source that are scheduled to be transferred,
excluding any that are filtered based on object conditions or skipped due
to sync.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation provides reference information for the \u003ccode\u003eTransferCounters\u003c/code\u003e class within the Google Cloud Parallelstore v1 API, specifically for version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransferCounters\u003c/code\u003e class is designed to track the progress of a data transfer operation, reporting on bytes and objects found, copied, and skipped.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it compatible with Google Protobuf structures.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eTransferCounters\u003c/code\u003e include \u003ccode\u003eBytesCopied\u003c/code\u003e, \u003ccode\u003eBytesFound\u003c/code\u003e, \u003ccode\u003eBytesSkipped\u003c/code\u003e, \u003ccode\u003eObjectsCopied\u003c/code\u003e, \u003ccode\u003eObjectsFound\u003c/code\u003e, and \u003ccode\u003eObjectsSkipped\u003c/code\u003e, each of type \u003ccode\u003elong\u003c/code\u003e to indicate the amount of data at various stages.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation also offers two constructors for the \u003ccode\u003eTransferCounters\u003c/code\u003e class, one being the default and the other able to accept an existing \u003ccode\u003eTransferCounters\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]