Database Migration v1 API - Class SinglePackageChange (2.4.0)

public sealed class SinglePackageChange : IMessage<SinglePackageChange>, IEquatable<SinglePackageChange>, IDeepCloneable<SinglePackageChange>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class SinglePackageChange.

Options to configure rule type SinglePackageChange. The rule is used to alter the sql code for a package entities.

The rule filter field can refer to one entity.

The rule scope can be: Package

Inheritance

object > SinglePackageChange

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SinglePackageChange()

public SinglePackageChange()

SinglePackageChange(SinglePackageChange)

public SinglePackageChange(SinglePackageChange other)
Parameter
NameDescription
otherSinglePackageChange

Properties

PackageBody

public string PackageBody { get; set; }

Optional. Sql code for package body

Property Value
TypeDescription
string

PackageDescription

public string PackageDescription { get; set; }

Optional. Sql code for package description

Property Value
TypeDescription
string