Database Migration v1 API - Class SchemaEntity (2.5.0)

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

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

Schema typically has no parent entity, but can have a parent entity DatabaseInstance (for database engines which support it). For some database engines, the terms schema and user can be used interchangeably when they refer to a namespace or a collection of other database entities. Can store additional information which is schema specific.

Inheritance

object > SchemaEntity

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SchemaEntity()

public SchemaEntity()

SchemaEntity(SchemaEntity)

public SchemaEntity(SchemaEntity other)
Parameter
Name Description
other SchemaEntity

Properties

CustomFeatures

public Struct CustomFeatures { get; set; }

Custom engine specific features.

Property Value
Type Description
Struct