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.
Implements
IMessageViewEntity, IEquatableViewEntity, IDeepCloneableViewEntity, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ViewEntity()
public ViewEntity()
ViewEntity(ViewEntity)
public ViewEntity(ViewEntity other)
Parameter | |
---|---|
Name | Description |
other | ViewEntity |
Properties
Constraints
public RepeatedField<ConstraintEntity> Constraints { get; }
View constraints.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConstraintEntity |
CustomFeatures
public Struct CustomFeatures { get; set; }
Custom engine specific features.
Property Value | |
---|---|
Type | Description |
Struct |
SqlCode
public string SqlCode { get; set; }
The SQL code which creates the view.
Property Value | |
---|---|
Type | Description |
string |