Class GetServicePgUserConfigPgArgs
Inheritance
System.Object
GetServicePgUserConfigPgArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Aiven.dll
public sealed class GetServicePgUserConfigPgArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServicePgUserConfigPgArgs()
Properties
View Source
Declaration
public double? AutovacuumAnalyzeScaleFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
View Source
Declaration
public int? AutovacuumAnalyzeThreshold { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? AutovacuumMaxWorkers { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? AutovacuumNaptime { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? AutovacuumVacuumCostDelay { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? AutovacuumVacuumCostLimit { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public double? AutovacuumVacuumScaleFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
View Source
Declaration
public int? AutovacuumVacuumThreshold { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? DeadlockTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? IdleInTransactionSessionTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string Jit { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? LogAutovacuumMinDuration { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string LogErrorVerbosity { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? LogMinDurationStatement { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxLocksPerTransaction { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxParallelWorkers { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxParallelWorkersPerGather { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxPredLocksPerTransaction { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxPreparedTransactions { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxStackDepth { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxStandbyArchiveDelay { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxStandbyStreamingDelay { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? MaxWorkerProcesses { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string PgStatStatementsTrack { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? TempFileLimit { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string Timezone { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? TrackActivityQuerySize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string TrackFunctions { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? WalWriterDelay { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|