Class ServicePgUserConfigPgGetArgs
Inheritance
System.Object
ServicePgUserConfigPgGetArgs
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 ServicePgUserConfigPgGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ServicePgUserConfigPgGetArgs()
Properties
View Source
Declaration
public Input<double> AutovacuumAnalyzeScaleFactor { get; set; }
Property Value
| Type |
Description |
| Input<System.Double> |
|
View Source
Declaration
public Input<int> AutovacuumAnalyzeThreshold { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> AutovacuumMaxWorkers { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> AutovacuumNaptime { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> AutovacuumVacuumCostDelay { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> AutovacuumVacuumCostLimit { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<double> AutovacuumVacuumScaleFactor { get; set; }
Property Value
| Type |
Description |
| Input<System.Double> |
|
View Source
Declaration
public Input<int> AutovacuumVacuumThreshold { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> DeadlockTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> IdleInTransactionSessionTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> Jit { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> LogAutovacuumMinDuration { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> LogErrorVerbosity { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> LogMinDurationStatement { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxLocksPerTransaction { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxParallelWorkers { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxParallelWorkersPerGather { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxPredLocksPerTransaction { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxPreparedTransactions { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxStackDepth { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxStandbyArchiveDelay { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxStandbyStreamingDelay { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> MaxWorkerProcesses { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> PgStatStatementsTrack { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> TempFileLimit { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> Timezone { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> TrackActivityQuerySize { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> TrackFunctions { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> WalWriterDelay { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|