SetRecords..::..Put Method
Overload List
Name | Description | |
---|---|---|
![]() |
Put(ARecord, WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Puts (Writes) a DB record based on the provided record including Expiration.
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.
|
![]() |
Put<(Of <<'(V>)>>)(Object, IDictionary<(Of <<'(String, V>)>>), WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Puts (Writes) a DB record based on the provided key and bin values.
Note that if the namespace and/or set is different, this instances's values are used.
|
![]() |
Put(Object, String, Object, WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Puts (writes) a bin to the DB record.
Note that if the namespace and/or set is different, this instances's values are used.
|
![]() |
Put(Object, String, String, WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Puts (writes) a bin to the DB record.
Note that if the namespace and/or set is different, this instances's values are used.
|
![]() |
Put<(Of <<'(T>)>>)(Object, String, IList<(Of <<'(T>)>>), WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Puts (writes) a bin to the DB record.
Note that if the namespace and/or set is different, this instances's values are used.
|
![]() |
Put<(Of <<'(K, V>)>>)(Object, String, IDictionary<(Of <<'(K, V>)>>), WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Puts (writes) a bin to the DB record.
Note that if the namespace and/or set is different, this instances's values are used.
|
![]() |
Put<(Of <<'(T>)>>)(Object, String, IEnumerable<(Of <<'(T>)>>), WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Puts (writes) a bin to the DB record.
Note that if the namespace and/or set is different, this instances's values are used.
|
![]() |
Put(Object, IEnumerable<(Of <<'(Bin>)>>), WritePolicy, Nullable<(Of <<'(TimeSpan>)>>)) |
Put (Writes) a DB record based on the provided key and bin values.
Note that if the namespace and/or set is different, this instances's values are used.
|