UpsertRecordOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options when calling UpsertAsync(TRecord, UpsertRecordOptions, CancellationToken). Reserved for future use.
public class UpsertRecordOptions
type UpsertRecordOptions = class
Public Class UpsertRecordOptions
- Inheritance
-
UpsertRecordOptions
Remarks
This class does not currently include any options, but is added for future extensibility of the API.
Constructors
UpsertRecordOptions() |
Initializes a new instance of the UpsertRecordOptions class. |
UpsertRecordOptions(UpsertRecordOptions) |
Initializes a new instance of the UpsertRecordOptions class by cloning the given options. |