Database Migration v1 API - Class ViewEntity (2.4.0)

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

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

View's parent is a schema.

Inheritance

object > ViewEntity

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

ViewEntity()

public ViewEntity()

ViewEntity(ViewEntity)

public ViewEntity(ViewEntity other)
Parameter
NameDescription
otherViewEntity

Properties

Constraints

public RepeatedField<ConstraintEntity> Constraints { get; }

View constraints.

Property Value
TypeDescription
RepeatedFieldConstraintEntity

CustomFeatures

public Struct CustomFeatures { get; set; }

Custom engine specific features.

Property Value
TypeDescription
Struct

SqlCode

public string SqlCode { get; set; }

The SQL code which creates the view.

Property Value
TypeDescription
string