Class PostgreSqlSchemaDetails
Specific details for a PostgreSql schema.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class PostgreSqlSchemaDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ForeignTablesCount
Optional. PostgreSql foreign tables.
Declaration
[JsonProperty("foreignTablesCount")]
public virtual int? ForeignTablesCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
PostgresqlExtensions
Optional. PostgreSql extensions.
Declaration
[JsonProperty("postgresqlExtensions")]
public virtual IList<PostgreSqlExtension> PostgresqlExtensions { get; set; }
Property Value
Type | Description |
---|---|
IList<PostgreSqlExtension> |