Show / Hide Table of Contents

Class PostgreSqlSetting

PostgreSql setting.

Inheritance
object
PostgreSqlSetting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class PostgreSqlSetting : IDirectResponseSchema

Properties

BoolValue

Required. The setting boolean value.

Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IntValue

Required. The setting int value.

Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
Type Description
long?

RealValue

Required. The setting real value.

Declaration
[JsonProperty("realValue")]
public virtual float? RealValue { get; set; }
Property Value
Type Description
float?

Setting

Required. The setting name.

Declaration
[JsonProperty("setting")]
public virtual string Setting { get; set; }
Property Value
Type Description
string

Source

Required. The setting source.

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

StringValue

Required. The setting string value. Notice that enum values are stored as strings.

Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type Description
string

Unit

Optional. The setting unit.

Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX