WorkspaceRequest
Represents a request for creating or updating a workspace.
Gets or sets the Securable<T> identifier Azure credentials for workspace.
Gets or sets the Securable<T> identifier Azure File System credentials for workspace.
Gets or sets specifies the Securable<T> identifier for file repository for the physical location of the text files used by Data Grid.
If no file repository is specified for this field, and Data Grid is enabled, Data Grid stores text in the default file repository.
Gets or sets the Securable<T> identifier for Cache Location Server where the natives, images,
productions, and other file types used by the viewer are temporarily stored.
Gets or sets the Securable<T> identifier for file repository for the physical location of the files (including document natives and images)
associated with the workspace.
Gets or sets the default URL for making downloaded files available to users.
Gets or sets whether or not the workspace can have fields that save to Data Grid
Gets or sets any keywords associated with the workspace.
Gets or sets the Securable<T> identifier for the case or legal action associated with the workspace.
Gets or sets the name for the workspace
Gets or sets an optional description or other information about the workspace.
Gets or sets the Securable<T> identifier for the saved searched used to exclude documents from new production sets.
Used to keep track of duplicated requests.
Gets or sets the Securable<T> identifier for resource pool used by the workspace for the other ResourceInformation properties.
Gets or sets the language used for determining the correct word-break characters used in the full text index inside the workspace.
Gets or sets the Securable<T> identifier for SQL server where the workspace database is stored.
Gets or sets the workspace's status which can be added to views for filtering workspaces.
Gets or sets the Securable<T> identifier for an existing workspace structure used to create the workspace.
Gets or sets the Securable<T> identifier for the group selected as admin of the workspace.
public WorkspaceRequest()
Initializes an instance of the WorkspaceRequest class with all properties set to their default values.
Initializes an instance of the WorkspaceRequest class with a response object, which is useful for chaining commands.
Allows a WorkspaceResponse to be implicitly converted to a WorkspaceRequest