Aerospike LINDPad Driver

ARecord..::..DumpTypes Enumeration

How the record will be used by the [LINQPad.Extensions.Dump{T}(T)].

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public enum DumpTypes

Members


Member nameDescription
Record Displays the record based on the detected bins of the set. If this record's bin are different from the set, Dump BinType Dynamic is used.
Dynamic Similar to Record except all bins associated to this record are displayed regardless of the set defined bins.
Detail Displays all properties/fields of this instance like the LinqPad [LINQPad.Extensions.Dump{T}(T)] method.
LinqPad
Normal