public sealed class SchemaEntity : IMessage<SchemaEntity>, IEquatable<SchemaEntity>, IDeepCloneable<SchemaEntity>, IBufferMessage, IMessageReference 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.
Implements
IMessageSchemaEntity, IEquatableSchemaEntity, IDeepCloneableSchemaEntity, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
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 |
|