Table of Contents

Property this

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

this[string]

Gets the size of an index.

public long this[string indexName] { get; }

Parameters

indexName string

The name of the index.

Property Value

long

The size of the index.