Struct CreateCollectionOptions
This object store the required parameters to create a Collection with schema validation.
Namespace: MySqlX.XDevAPI.Common
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public struct CreateCollectionOptions
Properties
ReuseExisting
If false, throws an exception if the collection exists.
Declaration
public bool ReuseExisting { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Validation
Object which hold the Level and Schema parameters.
Declaration
public Validation Validation { readonly get; set; }
Property Value
Type | Description |
---|---|
Validation |