Table of Contents

Method Validate

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

Validate()

Validates the integrity of this collection.

public virtual ValidateCollectionResult Validate()

Returns

ValidateCollectionResult

A ValidateCollectionResult.

Validate(ValidateCollectionArgs)

Validates the integrity of this collection.

public virtual ValidateCollectionResult Validate(ValidateCollectionArgs args)

Parameters

args ValidateCollectionArgs

The args.

Returns

ValidateCollectionResult

A ValidateCollectionResult.