BulkDeleteRequest.SourceImportId Property

Definition

Gets or sets the ID of the data import job. Optional.

public:
 property Nullable<Guid> SourceImportId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
public Guid? SourceImportId { get; set; }
member this.SourceImportId : Nullable<Guid> with get, set
Public Property SourceImportId As Nullable(Of Guid)

Property Value

The ID of the data import job that corresponds to the ImportrId column, which is the primary key for the Import table.

Remarks

If you provide the ID of the import job in this property, all records imported by this job will be deleted from the system by the bulk delete job.

Applies to