Database Migration v1 API - Class ImportMappingRulesRequest.Types.RulesFile (2.1.0)

public sealed class ImportMappingRulesRequest.Types.RulesFile : IMessage<ImportMappingRulesRequest.Types.RulesFile>, IEquatable<ImportMappingRulesRequest.Types.RulesFile>, IDeepCloneable<ImportMappingRulesRequest.Types.RulesFile>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class ImportMappingRulesRequest.Types.RulesFile.

Details of a single rules file.

Inheritance

object > ImportMappingRulesRequest.Types.RulesFile

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

RulesFile()

public RulesFile()

RulesFile(RulesFile)

public RulesFile(ImportMappingRulesRequest.Types.RulesFile other)
Parameter
NameDescription
otherImportMappingRulesRequestTypesRulesFile

Properties

RulesContent

public string RulesContent { get; set; }

The text content of the rules that needs to be converted.

Property Value
TypeDescription
string

RulesSourceFilename

public string RulesSourceFilename { get; set; }

The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.

Property Value
TypeDescription
string