Contains Information on document repositories, which are used to store attachments.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
description |
STRING 500 |
|
Specifies the description. |
|
archive_path |
STRING 255 |
|
|
|
archive_type |
INTEGER |
|
|
|
cgi_path |
STRING 255 |
|
Specifies the location and name of CGI. |
|
default_rep |
INTEGER |
|
|
|
del |
INTEGER NOT_NULL |
Active_Boolean_ Table::enum |
Deleted flag 0—Active 1—Inactive/marked as deleted |
|
file_limit_size |
INTEGER |
|
Specifies the file limit size. |
|
id |
INTEGER UNIQUE NOT_NULL KEY |
|
Unique (to the table) Numeric ID |
|
last_mod_by |
UUID |
ca_contact::uuid |
Specifies the UUID of the contact who last modified this record. |
|
last_mod_dt |
LOCAL_TIME |
|
Indicates the timestamp of when this record was last modified. |
|
persid |
STRING 30 |
|
Persistent ID (SystemObjectName:id) |
|
prohibited_ext |
STRING 500 |
|
Specifies the prohibited file extensions. |
|
protocol |
STRING 12 |
|
HTTP or SHARE |
|
repository_type |
INTEGER |
|
Specifies the type of repository (attachments, knowledge). |
|
retrieve_path |
STRING 255 |
|
Specifies how to get back to upload_path via protocol. |
|
server |
STRING 30 |
|
Specifies the name of Doc Server. |
|
servlet_path |
STRING 255 |
|
Specifies the servlet URL. |
|
sym |
STRING 30 NOT_NULL S_KEY |
|
Specifies the name of document repository. |
|
upload_path |
STRING 255 |
|
Specifies the server location of doc repository. |
|
Copyright © 2013 CA.
All rights reserved.
|
|