Show / Hide Table of Contents

Class GetServicePgUserConfigPgArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServicePgUserConfigPgArgs
Inherited Members
InvokeArgs.Empty
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()
Namespace: Pulumi.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServicePgUserConfigPgArgs : InvokeArgs

Constructors

View Source

GetServicePgUserConfigPgArgs()

Declaration
public GetServicePgUserConfigPgArgs()

Properties

View Source

AutovacuumAnalyzeScaleFactor

Declaration
public double? AutovacuumAnalyzeScaleFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
View Source

AutovacuumAnalyzeThreshold

Declaration
public int? AutovacuumAnalyzeThreshold { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

AutovacuumMaxWorkers

Declaration
public int? AutovacuumMaxWorkers { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

AutovacuumNaptime

Declaration
public int? AutovacuumNaptime { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

AutovacuumVacuumCostDelay

Declaration
public int? AutovacuumVacuumCostDelay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

AutovacuumVacuumCostLimit

Declaration
public int? AutovacuumVacuumCostLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

AutovacuumVacuumScaleFactor

Declaration
public double? AutovacuumVacuumScaleFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
View Source

AutovacuumVacuumThreshold

Declaration
public int? AutovacuumVacuumThreshold { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

DeadlockTimeout

Declaration
public int? DeadlockTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

IdleInTransactionSessionTimeout

Declaration
public int? IdleInTransactionSessionTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Jit

Declaration
public string Jit { get; set; }
Property Value
Type Description
System.String
View Source

LogAutovacuumMinDuration

Declaration
public int? LogAutovacuumMinDuration { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

LogErrorVerbosity

Declaration
public string LogErrorVerbosity { get; set; }
Property Value
Type Description
System.String
View Source

LogMinDurationStatement

Declaration
public int? LogMinDurationStatement { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxLocksPerTransaction

Declaration
public int? MaxLocksPerTransaction { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxParallelWorkers

Declaration
public int? MaxParallelWorkers { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxParallelWorkersPerGather

Declaration
public int? MaxParallelWorkersPerGather { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxPredLocksPerTransaction

Declaration
public int? MaxPredLocksPerTransaction { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxPreparedTransactions

Declaration
public int? MaxPreparedTransactions { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxStackDepth

Declaration
public int? MaxStackDepth { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxStandbyArchiveDelay

Declaration
public int? MaxStandbyArchiveDelay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxStandbyStreamingDelay

Declaration
public int? MaxStandbyStreamingDelay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxWorkerProcesses

Declaration
public int? MaxWorkerProcesses { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

PgStatStatementsTrack

Declaration
public string PgStatStatementsTrack { get; set; }
Property Value
Type Description
System.String
View Source

TempFileLimit

Declaration
public int? TempFileLimit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Timezone

Declaration
public string Timezone { get; set; }
Property Value
Type Description
System.String
View Source

TrackActivityQuerySize

Declaration
public int? TrackActivityQuerySize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

TrackFunctions

Declaration
public string TrackFunctions { get; set; }
Property Value
Type Description
System.String
View Source

WalWriterDelay

Declaration
public int? WalWriterDelay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.