AiFileOperationResponse - класс

Status and access info on a file in AI cache.

Definition

Пространство имён: Tessa.Ai.Files.Models
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public class AiFileOperationResponse : AiFileOperationStatus
Inheritance
Object    StorageSerializable    AiFileOperationStatus    AiFileOperationResponse

Конструкторы

AiFileOperationResponseИнициализирует новый экземпляр класса AiFileOperationResponse

Свойства

ErrorMessage Error message if a State is Error, null otherwise.
(Унаследован от AiFileOperationStatus)
FileID Base file identifier.
(Унаследован от AiFileOperationStatus)
State Operation state with a requested derived file, or Completed if no such operation is requested.
(Унаследован от AiFileOperationStatus)
Token Token to access the file's content. Always present.

Методы

DeserializeВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeAndGetCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Переопределяет AiFileOperationStatusDeserializeCore(DictionaryString, Object))
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
FromStatus Creates response based on the status. Doesn't populate properties that are absent in the status object.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SerializeВыполняет сериализацию полей объекта в заданное хранилище.
(Унаследован от StorageSerializable)
SerializeCoreВыполняет сериализацию полей объекта в заданное хранилище.
(Переопределяет AiFileOperationStatusSerializeCore(DictionaryString, Object))
ToStringReturns a string that represents the current object.
(Унаследован от Object)

См. также