Table of Contents

Class BufferWithMetadata

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public class BufferWithMetadata : IHasContentType
Inheritance
object
BufferWithMetadata
Implements
Derived

Constructors

BufferWithMetadata(byte[]?, string)

public BufferWithMetadata(byte[]? content, string contentType)

Parameters

content byte[]
contentType string

BufferWithMetadata(string)

public BufferWithMetadata(string contentType)

Parameters

contentType string

Properties

Content

public byte[]? Content { get; set; }

Property Value

byte[]

ContentType

public string ContentType { get; set; }

Property Value

string

Operators

explicit operator byte[]?(BufferWithMetadata)

public static explicit operator byte[]?(BufferWithMetadata str)

Parameters

str BufferWithMetadata

Returns

byte[]

implicit operator BufferWithMetadata((byte[], string))

public static implicit operator BufferWithMetadata((byte[], string) tuple)

Parameters

tuple (byte[], string)

Returns

BufferWithMetadata