Table of Contents

Property QueryTextMaxLength

Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.dll

QueryTextMaxLength

Gets or sets the maximum length of the db.query.text attribute. Default is 0 (attribute not added).

public int QueryTextMaxLength { get; set; }

Property Value

int