Autodesk Vault ProfessionalVault API

BlkThres Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The threshold for processing bulk file operations.

Syntax

public class BlkThres 
Public Class BlkThres 

Properties

NameDescription
MaxThresThe maximum number of files to be bulk processed in a single operations. Clients should not allow file operations above this threshold.
WarnThresThe warning threshold. For operations that do bulk operations on a number of files above this value, client applications should display a warning to users.

Returned By

Where you get a BlkThres — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.BlkThres

See Also