The hash sequence number of the content item to be replicated. Depending on the advanced storage device, the hash sequence is used to locate the item in its native storage. For example, the file system storage device uses this value to determine which directory to store the content item in. However, the OpenStack storage device does not use this value.

Namespace:  FileNet.Api.Sweep
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property HashSequenceNumber As Nullable(Of Double)
C#
Nullable<double> HashSequenceNumber { get; }
Visual C++
property Nullable<double> HashSequenceNumber {
	Nullable<double> get ();
}
JavaScript
function get_hashSequenceNumber();

ToggleRemarks

ToggleSee Also