class documentation

class TransferServiceStub(object): (source)

Constructor: TransferServiceStub(channel)

View In Hierarchy

TransferService provides functionality for creating and managing transfers that migrate data from other S3 providers or across different regions of Nebius Object Storage. Each transfer consists of consecutive iterations where the service lists objects in the source bucket and moves those that need to be transferred according to the specified overwrite strategy. After an iteration completes, the transfer will stop if its stop condition is met. Otherwise, it will wait for the defined inter-iteration interval before starting the next iteration.

Method __init__ Constructor.
Instance Variable Create Undocumented
Instance Variable Delete Undocumented
Instance Variable Get Undocumented
Instance Variable GetByName Undocumented
Instance Variable GetIterationHistory Undocumented
Instance Variable List Undocumented
Instance Variable Resume Undocumented
Instance Variable Stop Undocumented
Instance Variable Update Undocumented
def __init__(self, channel): (source)

Constructor. Args: channel: A grpc.Channel.

Undocumented

Undocumented

Undocumented

GetByName = (source)

Undocumented

GetIterationHistory = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented