AIChatUploadFileInfo(String, String, Decimal, ReadOnlyMemory<Byte>, String) Constructor
Initializes a new instance of the AIChatUploadFileInfo class with specified settings.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.2.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
public AIChatUploadFileInfo(
string name,
string type,
decimal size,
ReadOnlyMemory<byte> data,
string guid
)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The file name. |
| type | String | The file type. |
| size | Decimal | The file size. |
| data | ReadOnlyMemory<Byte> | File byte content stored as an immutable memory buffer. |
| guid | String | The file GUID. |
See Also