Database Migration v1 API - Class BackgroundJobLogEntry.Types.ImportRulesJobDetails (2.2.0)

public sealed class BackgroundJobLogEntry.Types.ImportRulesJobDetails : IMessage<BackgroundJobLogEntry.Types.ImportRulesJobDetails>, IEquatable<BackgroundJobLogEntry.Types.ImportRulesJobDetails>, IDeepCloneable<BackgroundJobLogEntry.Types.ImportRulesJobDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class BackgroundJobLogEntry.Types.ImportRulesJobDetails.

Details regarding an Import Rules background job.

Inheritance

object > BackgroundJobLogEntry.Types.ImportRulesJobDetails

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

ImportRulesJobDetails()

public ImportRulesJobDetails()

ImportRulesJobDetails(ImportRulesJobDetails)

public ImportRulesJobDetails(BackgroundJobLogEntry.Types.ImportRulesJobDetails other)
Parameter
NameDescription
otherBackgroundJobLogEntryTypesImportRulesJobDetails

Properties

FileFormat

public ImportRulesFileFormat FileFormat { get; set; }

Output only. The requested file format.

Property Value
TypeDescription
ImportRulesFileFormat

Files

public RepeatedField<string> Files { get; }

Output only. File names used for the import rules job.

Property Value
TypeDescription
RepeatedFieldstring