Class ClusterAdvancedConfigurationGetArgs
Inherited Members
Namespace: Pulumi.Mongodbatlas.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterAdvancedConfigurationGetArgs : ResourceArgs
Constructors
View SourceClusterAdvancedConfigurationGetArgs()
Declaration
public ClusterAdvancedConfigurationGetArgs()
Properties
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 Input<bool> FailIndexKeyTooLong { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> JavascriptEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MinimumEnabledTlsProtocol
Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
Declaration
public Input<string> MinimumEnabledTlsProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> NoTableScan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> OplogSizeMb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> SampleRefreshIntervalBiConnector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> SampleSizeBiConnector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |