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

NirvanixExtender.FirstByteExpiration Property

Gets or sets the number of seconds the upload token has until the first byte of an upload is transferred.

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

Syntax

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

Property Value

The value that represents a number of seconds the upload token has until the first byte of an upload is transferred. The default value is 10 minutes.

See Also

Reference