Kinetica   C#   API  Version 7.2.3.1
FileOperationResult.cs File Reference

Go to the source code of this file.

Classes

class  FileOperationResult
 Contains the result of a file upload or download operation. More...
 
class  MultiPartUploadInfo
 Contains information about a multi-part upload operation. More...
 
class  MultiPartDownloadInfo
 Contains information about a multi-part download operation. More...
 

Enumerations

enum  OperationMode {
  OperationMode.Upload,
  OperationMode.Download
}
 Indicates the type of file operation. More...
 

Enumeration Type Documentation

◆ OperationMode

enum OperationMode
strong

Indicates the type of file operation.

Enumerator
Upload 

Upload operation.

Download 

Download operation.

Definition at line 9 of file FileOperationResult.cs.