public ObjectConditions ObjectConditions { get; set; }
Only objects that satisfy these object conditions are included in the set
of data source and data sink objects. Object conditions based on
objects' "last modification time" do not exclude objects in a data sink.
public TransferManifest TransferManifest { get; set; }
A manifest file provides a list of objects to be transferred from the data
source. This field points to the location of the manifest file.
Otherwise, the entire source bucket is used. ObjectConditions still apply.
public TransferOptions TransferOptions { get; set; }
If the option
[delete_objects_unique_in_sink][google.storagetransfer.v1.TransferOptions.delete_objects_unique_in_sink]
is true and time-based object conditions such as 'last modification time'
are specified, the request fails with an
[INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error.
[[["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\u003eThe \u003ccode\u003eTransferSpec\u003c/code\u003e class configures data transfer operations, supporting various data sources like AWS S3, Azure Blob Storage, Cloud Storage, HTTP URLs, and POSIX Filesystems.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, equality checks, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTransferSpec\u003c/code\u003e offers constructors for creating new instances, including one that accepts another \u003ccode\u003eTransferSpec\u003c/code\u003e object for copying.\u003c/p\u003e\n"],["\u003cp\u003eIt handles different types of data sources and sinks through properties like \u003ccode\u003eAwsS3DataSource\u003c/code\u003e, \u003ccode\u003eAzureBlobStorageDataSource\u003c/code\u003e, \u003ccode\u003eGcsDataSink\u003c/code\u003e, and \u003ccode\u003ePosixDataSource\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows for filtering data during transfer with \u003ccode\u003eObjectConditions\u003c/code\u003e, specifying agent pool names with \u003ccode\u003eSinkAgentPoolName\u003c/code\u003e and \u003ccode\u003eSourceAgentPoolName\u003c/code\u003e, and managing transfer options with the \u003ccode\u003eTransferOptions\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]