Show / Hide Table of Contents

Class RulesFile

Details of a single rules file.

Inheritance
object
RulesFile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class RulesFile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RulesContent

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

Declaration
[JsonProperty("rulesContent")]
public virtual string RulesContent { get; set; }
Property Value
Type Description
string

RulesSourceFilename

Required. 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.

Declaration
[JsonProperty("rulesSourceFilename")]
public virtual string RulesSourceFilename { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX