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 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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides detailed information about the `TransferSpec` class, which is used to configure data transfers in the Google Cloud Storage Transfer Service, including its properties and constructors."],["The `TransferSpec` class allows users to define data sources such as AWS S3, Azure Blob Storage, Google Cloud Storage, and HTTP URLs, and it also allows the definition of data sinks such as Google Cloud Storage."],["Version 2.8.0 is the latest available release, and it goes back to version 1.0.0, allowing for historical tracking and usage."],["The `TransferSpec` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable various functionalities such as message handling, equality comparisons, and deep cloning."],["The `TransferSpec` class also supports setting conditions for the transfer, such as `ObjectConditions` to specify which objects are included, and `TransferOptions` to fine-tune the transfer behavior."]]],[]]