UpsertRecordOptions Constructors
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.
Overloads
UpsertRecordOptions() |
Initializes a new instance of the UpsertRecordOptions class. |
UpsertRecordOptions(UpsertRecordOptions) |
Initializes a new instance of the UpsertRecordOptions class by cloning the given options. |
UpsertRecordOptions()
Initializes a new instance of the UpsertRecordOptions class.
public UpsertRecordOptions ();
Public Sub New ()
Applies to
UpsertRecordOptions(UpsertRecordOptions)
Initializes a new instance of the UpsertRecordOptions class by cloning the given options.
public UpsertRecordOptions (Microsoft.SemanticKernel.Data.UpsertRecordOptions source);
new Microsoft.SemanticKernel.Data.UpsertRecordOptions : Microsoft.SemanticKernel.Data.UpsertRecordOptions -> Microsoft.SemanticKernel.Data.UpsertRecordOptions
Public Sub New (source As UpsertRecordOptions)
Parameters
- source
- UpsertRecordOptions
The options to clone