Class UpsertParams
Settings for upsert
Inherited Members
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class UpsertParams
Properties
| Edit this page View SourceReplaceLabels
Whether to use "Add" or "Set" when adding labels. If true, labels are replaced entirely. Otherwise new labels are only added if they do not exist. If true and no labels are provided, all are removed.
Declaration
public bool ReplaceLabels { get; set; }
Property Value
Type | Description |
---|---|
bool |
ReplaceMetadata
Whether to use "Add" or "Set" when creating metadata. If true, metadata is replaced entirely. Otherwise only the provided fields are replaced.
Declaration
public bool ReplaceMetadata { get; set; }
Property Value
Type | Description |
---|---|
bool |
ReplaceSecurityCategories
Whether to use "Add" or "Set" when
Declaration
public bool ReplaceSecurityCategories { get; set; }
Property Value
Type | Description |
---|---|
bool |
SetNull
Whether to set fields to null if they are not defined. Default is true.
Declaration
public bool SetNull { get; set; }
Property Value
Type | Description |
---|---|
bool |