UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.SisImports.SisImport Class Reference

Represents a SIS import job. More...

Inheritance diagram for UVACanvasAccess.Structures.SisImports.SisImport:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.SisImports.SisImport:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

ulong Id [get]
 The import id. More...
 
DateTime? CreatedAt [get]
 When the import was created. More...
 
DateTime? EndedAt [get]
 When the import finished, if at all. More...
 
DateTime? UpdatedAt [get]
 When the import was last updated. More...
 
SisImportState WorkflowState [get]
 The import state. More...
 
SisImportData Data [get]
 The import data. More...
 
SisImportStatistics Statistics [get]
 The import statistics. More...
 
long? Progress [get]
 The progress of the import, out of 100. More...
 
object ErrorsAttachment [get]
 The error attachment. More...
 
User User [get]
 The user who initiated the import. More...
 
IEnumerable< SisImportMessageProcessingWarnings [get]
 Any warnings raised after the import has completed. More...
 
IEnumerable< SisImportMessageProcessingErrors [get]
 Any errors raised after the import has completed. More...
 
bool? BatchMode [get]
 Whether the import was run in batch mode. More...
 
long? BatchModeTermId [get]
 If running in batch mode, the term id the batch was limited to. More...
 
bool? MultiTermBatchMode [get]
 Whether multi-term batch mode is enabled. More...
 
bool? SkipDeletes [get]
 Whether the import will skip any deletes. More...
 
bool? OverrideSisStickiness [get]
 Whether the import will override SIS stickiness. More...
 
bool? AddSisStickiness [get]
 Whether the import add override SIS stickiness. More...
 
bool? ClearSisStickiness [get]
 Whether the import will remove SIS stickiness. More...
 
bool? DiffingThresholdExceeded [get]
 Whether a diffing job failed due to an exceeded threshold. More...
 
string DiffingDataSetIdentifier [get]
 The id of the dataset that this SIS batch diffs against. More...
 
ulong? DiffedAgainstImportId [get]
 The id of the import that this SIS batch diffs against. More...
 
IEnumerable< object > CsvAttachments [get]
 Attached files for processing. More...
 

Detailed Description

Represents a SIS import job.

Property Documentation

◆ AddSisStickiness

bool? UVACanvasAccess.Structures.SisImports.SisImport.AddSisStickiness
get

Whether the import add override SIS stickiness.

◆ BatchMode

bool? UVACanvasAccess.Structures.SisImports.SisImport.BatchMode
get

Whether the import was run in batch mode.

Normally, when the import file is missing an entry currently present in Canvas, the entry is left alone. In batch mode, it will be deleted instead.

◆ BatchModeTermId

long? UVACanvasAccess.Structures.SisImports.SisImport.BatchModeTermId
get

If running in batch mode, the term id the batch was limited to.

◆ ClearSisStickiness

bool? UVACanvasAccess.Structures.SisImports.SisImport.ClearSisStickiness
get

Whether the import will remove SIS stickiness.

◆ CreatedAt

DateTime? UVACanvasAccess.Structures.SisImports.SisImport.CreatedAt
get

When the import was created.

◆ CsvAttachments

IEnumerable<object> UVACanvasAccess.Structures.SisImports.SisImport.CsvAttachments
get

Attached files for processing.

◆ Data

SisImportData UVACanvasAccess.Structures.SisImports.SisImport.Data
get

The import data.

◆ DiffedAgainstImportId

ulong? UVACanvasAccess.Structures.SisImports.SisImport.DiffedAgainstImportId
get

The id of the import that this SIS batch diffs against.

◆ DiffingDataSetIdentifier

string UVACanvasAccess.Structures.SisImports.SisImport.DiffingDataSetIdentifier
get

The id of the dataset that this SIS batch diffs against.

◆ DiffingThresholdExceeded

bool? UVACanvasAccess.Structures.SisImports.SisImport.DiffingThresholdExceeded
get

Whether a diffing job failed due to an exceeded threshold.

◆ EndedAt

DateTime? UVACanvasAccess.Structures.SisImports.SisImport.EndedAt
get

When the import finished, if at all.

◆ ErrorsAttachment

object UVACanvasAccess.Structures.SisImports.SisImport.ErrorsAttachment
get

The error attachment.

◆ Id

ulong UVACanvasAccess.Structures.SisImports.SisImport.Id
get

The import id.

◆ MultiTermBatchMode

bool? UVACanvasAccess.Structures.SisImports.SisImport.MultiTermBatchMode
get

Whether multi-term batch mode is enabled.

◆ OverrideSisStickiness

bool? UVACanvasAccess.Structures.SisImports.SisImport.OverrideSisStickiness
get

Whether the import will override SIS stickiness.

◆ ProcessingErrors

IEnumerable<SisImportMessage> UVACanvasAccess.Structures.SisImports.SisImport.ProcessingErrors
get

Any errors raised after the import has completed.

◆ ProcessingWarnings

IEnumerable<SisImportMessage> UVACanvasAccess.Structures.SisImports.SisImport.ProcessingWarnings
get

Any warnings raised after the import has completed.

◆ Progress

long? UVACanvasAccess.Structures.SisImports.SisImport.Progress
get

The progress of the import, out of 100.

◆ SkipDeletes

bool? UVACanvasAccess.Structures.SisImports.SisImport.SkipDeletes
get

Whether the import will skip any deletes.

◆ Statistics

SisImportStatistics UVACanvasAccess.Structures.SisImports.SisImport.Statistics
get

The import statistics.

◆ UpdatedAt

DateTime? UVACanvasAccess.Structures.SisImports.SisImport.UpdatedAt
get

When the import was last updated.

◆ User

User UVACanvasAccess.Structures.SisImports.SisImport.User
get

The user who initiated the import.

◆ WorkflowState

SisImportState UVACanvasAccess.Structures.SisImports.SisImport.WorkflowState
get

The import state.


The documentation for this class was generated from the following file: