Search Results for

    Show / Hide Table of Contents

    Enum RealmValueType

    Represents the type of a value stored in a RealmValue property.

    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public enum RealmValueType : byte

    Fields

    Name Description
    Bool

    The value represents a Boolean.

    Data

    The value represents a non-null byte array.

    Date

    The value represents a DateTimeOffset.

    Decimal128

    The value represents a MongoDB.Bson.Decimal128.

    Double

    The value represents a Double.

    Float

    The value represents a Single.

    Guid

    The value represents a Guid.

    Int

    The value is a Int64.

    Null

    The value is null.

    Object

    The value represents a link to another object.

    ObjectId

    The value represents a MongoDB.Bson.ObjectId.

    String

    The value represents a non-null String.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX