The maximum period of time in seconds that a single content chunk upload request
can be delayed waiting for content to be read from the source or written to a
destination replica.
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ContentUploadTimeout As Nullable(Of Integer) |
C# |
---|
Nullable<int> ContentUploadTimeout { get; set; } |
Visual C++ |
---|
property Nullable<int> ContentUploadTimeout { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_contentUploadTimeout(); function set_contentUploadTimeout(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 60
PropertyMaximumInteger32: 600
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ