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

NirvanixExtender.LastByteExpiration Property

Gets or sets the 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

The value that represents a number of seconds the upload token has until an upload is completed. The default value is 3 days.

See Also

Reference