Search Results for

    Show / Hide Table of Contents

    Enum TransactionIsolation

    Defines different cache transaction isolation levels. See ITransaction documentation for more information about cache transaction isolation levels.

    Namespace: Apache.Ignite.Core.Transactions
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public enum TransactionIsolation : int

    Fields

    Name Description
    ReadCommitted

    Read committed isolation level.

    RepeatableRead

    Repeatable read isolation level.

    Serializable

    Serializable isolation level.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation