Show / Hide Table of Contents

Class ClusterAdvancedConfiguration

Inheritance
System.Object
ClusterAdvancedConfiguration
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()
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterAdvancedConfiguration

Fields

View Source

FailIndexKeyTooLong

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>
View Source

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>
View Source

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
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.