Class ClusterAdvancedConfiguration
Inheritance
Inherited Members
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterAdvancedConfiguration
Fields
View SourceFailIndexKeyTooLong
When true, documents can only be updated or inserted if, for all indexed fields on the target collection, the corresponding index entries do not exceed 1024 bytes. When false, mongod writes documents that exceed the limit but does not index them.
Declaration
public readonly bool? FailIndexKeyTooLong
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
JavascriptEnabled
When true, the cluster allows execution of operations that perform server-side executions of JavaScript. When false, the cluster disables execution of those operations.
Declaration
public readonly bool? JavascriptEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
MinimumEnabledTlsProtocol
Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
Declaration
public readonly string MinimumEnabledTlsProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
NoTableScan
When true, the cluster disables the execution of any query that requires a collection scan to return results. When false, the cluster allows the execution of those operations.
Declaration
public readonly bool? NoTableScan
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
OplogSizeMb
The custom oplog size of the cluster. Without a value that indicates that the cluster uses the default oplog size calculated by Atlas.
Declaration
public readonly int? OplogSizeMb
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SampleRefreshIntervalBiConnector
Interval in seconds at which the mongosqld process re-samples data to create its relational schema. The default value is 300. The specified value must be a positive integer. Available only for Atlas deployments in which BI Connector for Atlas is enabled.
Declaration
public readonly int? SampleRefreshIntervalBiConnector
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SampleSizeBiConnector
Number of documents per database to sample when gathering schema information. Defaults to 100. Available only for Atlas deployments in which BI Connector for Atlas is enabled.
Declaration
public readonly int? SampleSizeBiConnector
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |