Aerospike LINDPad Driver

LPDHelpers..::..CopyRecords Method

Overload List


  Name Description
Public method Static member CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), SetRecords, Func<(Of <<'(ARecord, dynamic>)>>), WritePolicy, ParallelOptions)
Copies ARecord's from the source to targetSet. Note that if the namespace and/or set is different, this instances's values are used, except in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown but the PK can be changed with newPrimaryKeyValue.
Public method Static member CopyRecords<(Of <<'(S>)>>)(IEnumerable<(Of <<'(S>)>>), SetRecords, Func<(Of <<'(S, dynamic>)>>), WritePolicy, ParallelOptions)
Public method Static member CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), ANamespaceAccess, String, Func<(Of <<'(ARecord, dynamic>)>>), WritePolicy, ParallelOptions)
Copies ARecord's from the source to targetSetName in targetNamespace. Note that if the namespace and/or set is different, this instances's values are used, except in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown but the PK can be changed with newPrimaryKeyValue
Public method Static member CopyRecords<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), ANamespaceAccess, String, Func<(Of <<'(T, dynamic>)>>), WritePolicy, ParallelOptions)
Public method Static member CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), SetRecords, WritePolicy, ParallelOptions)
Copies ARecord's from the source to targetSet. Note that if the namespace and/or set is different, this instances's values are used, except in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown.
Public method Static member CopyRecords<(Of <<'(S>)>>)(IEnumerable<(Of <<'(S>)>>), SetRecords, WritePolicy, ParallelOptions)
Public method Static member CopyRecords(IEnumerable<(Of <<'(ARecord>)>>), ANamespaceAccess, String, WritePolicy, ParallelOptions)
Copies ARecord's from the source to targetSetName in targetNamespace. Note that if the namespace and/or set is different, this instances's values are used, except in the case where the primary key is a digest. In these cases, an InvalidOperationException is thrown.