Database Migration v1 API - Class BackgroundJobLogEntry.Types.ConvertJobDetails (2.4.0)

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

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

Details regarding a Convert background job.

Inheritance

object > BackgroundJobLogEntry.Types.ConvertJobDetails

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

ConvertJobDetails()

public ConvertJobDetails()

ConvertJobDetails(ConvertJobDetails)

public ConvertJobDetails(BackgroundJobLogEntry.Types.ConvertJobDetails other)
Parameter
NameDescription
otherBackgroundJobLogEntryTypesConvertJobDetails

Properties

Filter

public string Filter { get; set; }

Output only. AIP-160 based filter used to specify the entities to convert

Property Value
TypeDescription
string