TargetCopySetting Class

Definition

Target copy settings.

public class TargetCopySetting
type TargetCopySetting = class
Public Class TargetCopySetting
Inheritance
TargetCopySetting

Constructors

TargetCopySetting(DataProtectionBackupCopySetting, DataStoreInfoBase)

Initializes a new instance of TargetCopySetting.

Properties

CopyAfter

It can be CustomCopyOption or ImmediateCopyOption. Please note DataProtectionBackupCopySetting is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CopyOnExpirySetting, CustomCopySetting and ImmediateCopySetting.

DataStore

Info of target datastore.

Applies to