Interface MongooseBulkWriteOptions

interface MongooseBulkWriteOptions {
    skipValidation?: boolean;
    strict?: boolean;
    throwOnValidationError?: boolean;
    timestamps?: boolean | "throw";
}

Properties

skipValidation?: boolean
strict?: boolean
throwOnValidationError?: boolean
timestamps?: boolean | "throw"