PendingUploadResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the response for a pending upload request.
public class PendingUploadResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.PendingUploadResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.PendingUploadResponse>
type PendingUploadResponse = class
interface IJsonModel<PendingUploadResponse>
interface IPersistableModel<PendingUploadResponse>
Public Class PendingUploadResponse
Implements IJsonModel(Of PendingUploadResponse), IPersistableModel(Of PendingUploadResponse)
- Inheritance
-
PendingUploadResponse
- Implements
Properties
BlobReference |
Container-level read, write, list SAS. |
PendingUploadId |
ID for this upload request. |
PendingUploadType |
BlobReference is the only supported type. |
Version |
Version of asset to be created if user did not specify version when initially creating upload. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PendingUploadResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PendingUploadResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PendingUploadResponse>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PendingUploadResponse>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PendingUploadResponse>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |