This documentation is for the old version. Go to the latest Upload Suite docs

NirvanixExtender.LastByteExpiration Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a number of seconds the upload token has until an upload is completed.

Namespace: Aurigma.ImageUploader.Nirvanix
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property LastByteExpiration As Integer
C#
public int LastByteExpiration { get; set; }

Property Value

Type: System.Int32

The number of seconds the upload token has until an upload is completed.

Default value is 259200.

See Also

Reference