Search Results for

    Show / Hide Table of Contents

    Struct CreateCollectionOptions

    This object store the required parameters to create a Collection with schema validation.

    Namespace: MySqlX.XDevAPI.Common
    Assembly: MySql.Data.dll
    Version: 8.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
    Boolean

    Validation

    Object which hold the Level and Schema parameters.

    Declaration
    public Validation Validation { readonly get; set; }
    Property Value
    Type Description
    Validation
    In This Article
    Back to top Copyright © 2021, 2023, Oracle and/or its affiliates.