AIChatUploadFileInfo(String, String, Decimal, ReadOnlyMemory<Byte>) Constructor
Initializes a new instance of the AIChatUploadFileInfo class with specified settings.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Blazor.Chat
Declaration
public AIChatUploadFileInfo(
string name,
string type,
decimal size,
ReadOnlyMemory<byte> data
)
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. |
See Also