Class GetServiceElasticsearchUserConfigElasticsearchArgs
Inheritance
System.Object
GetServiceElasticsearchUserConfigElasticsearchArgs
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 GetServiceElasticsearchUserConfigElasticsearchArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceElasticsearchUserConfigElasticsearchArgs()
Properties
View Source
Declaration
public string ActionAutoCreateIndexEnabled { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string ActionDestructiveRequiresName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
HttpMaxContentLength
Declaration
public int? HttpMaxContentLength { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? IndicesFielddataCacheSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? IndicesMemoryIndexBufferSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? IndicesQueriesCacheSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? IndicesQueryBoolMaxClauseCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public List<string> ReindexRemoteWhitelists { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
Declaration
public int? ThreadPoolAnalyzeQueueSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolAnalyzeSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolForceMergeSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolGetQueueSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolGetSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolIndexQueueSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolIndexSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolSearchQueueSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolSearchSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolSearchThrottledQueueSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolSearchThrottledSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolWriteQueueSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? ThreadPoolWriteSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|