UploadResult<T> Class

Definition

Result that we get from uploading a slice

public class UploadResult<T>
type UploadResult<'T> = class
Public Class UploadResult(Of T)

Type Parameters

T
Inheritance
UploadResult<T>

Constructors

UploadResult<T>()

Fields

ItemResponse

The uploaded item, once upload has completed.

Location

The uploaded item location, once upload has completed.

UploadSession

The UploadSession containing information about the created upload session.

Properties

UploadSucceeded

Status of the request.

Applies to