Class PersistenceLoadBytesInput
Input data transfer object for loading bytes from the blob store.
Inherited Members
Namespace: Serenity.Persistence.Application.DTO
Assembly: Serenity.Global.Application.dll
Syntax
public class PersistenceLoadBytesInput
Constructors
PersistenceLoadBytesInput(string)
Initializes a new instance of the PersistenceLoadBytesInput class.
Declaration
public PersistenceLoadBytesInput(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The key under which the byte array is stored. |
Fields
Key
Declaration
public string Key
Field Value
| Type | Description |
|---|---|
| string | The key under which the byte array is stored. |