Storages

A repository for storing free format documents and binaries in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string | null

The File field in the Storage table is a varbinary data type which allows large files to be efficiently stored in a binary format. This can be used to store images, videos, documents, etc. in an optimized data format.

string | null

FileName is a data type of nvarchar in a table called Storage. It is used to store the name of a file, such as a document, image, audio, or video. The data type is chosen because it can store variable-length, Unicode characters.

int32 | null

The StorageSourceItemId field in the Storage table is a data type of int, which stands for integer. This field serves as a unique identifier for each item stored in the storage unit. It is used to easily track and manage the location and contents of each item within the storage facility. The StorageSourceItemId provides a crucial link between the item and its designated storage space, ensuring efficient organization and retrieval processes. This field is essential for maintaining the accuracy and organization of the Storage table data.

string | null

The StorageSourcePath field in the table Storage is a nvarchar data type with a maximum length of 4000 characters. This field is used to store the source path of a storage location, which indicates the physical location of the stored data. It is typically used to track the origin of the stored information, such as a file path or URL. This field is crucial for efficient data management, as it allows for quick retrieval and organization of stored data. With a generous maximum length of 4000 characters, this field can accommodate a wide range of source paths, ensuring the flexibility and scalability of the Storage table.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!