public sealed class Blob : IMessage<Blob>, IEquatable<Blob>, IDeepCloneable<Blob>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class Blob.
A blob of data with a MIME type.
Namespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
Blob()
public Blob()Blob(Blob)
public Blob(Blob other)| Parameter | |
|---|---|
| Name | Description |
other |
Blob |
Properties
Data
public ByteString Data { get; set; }Required. The data represented as bytes.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
MimeType
public string MimeType { get; set; }Required. The IANA standard MIME type of the message data.
| Property Value | |
|---|---|
| Type | Description |
string |
|