Class AnthropicFile
Inheritance
object
AnthropicFile
Assembly: .dll
Syntax
public class AnthropicFile : AnthropicResponse, IApiFileData
Properties
Api
Declaration
Property Value
ByteSize
Declaration
public int ByteSize { get; set; }
Property Value
Downloadable
Declaration
public bool Downloadable { get; set; }
Property Value
ExpiresAt
Declaration
public UnixTime ExpiresAt { get; }
Property Value
Type |
Description |
UnixTime |
|
MimeType
Declaration
public MIMEType MimeType { get; }
Property Value
Type |
Description |
MIMEType |
|
MimeTypeString
Declaration
public string MimeTypeString { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
Declaration
public SerializableMetadata BuildMetadata()
Returns
Type |
Description |
SerializableMetadata |
|
Implements