FileUploadMetadata 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.
The JSON 'metadata' part of a multipart/form-data file upload: the full file name/path and custom key/value metadata. The parsing mode and extraction mode are both chosen by the service and are not supplied by the caller.
public class FileUploadMetadata : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.FileUploadMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.FileUploadMetadata>
type FileUploadMetadata = class
interface IJsonModel<FileUploadMetadata>
interface IPersistableModel<FileUploadMetadata>
Public Class FileUploadMetadata
Implements IJsonModel(Of FileUploadMetadata), IPersistableModel(Of FileUploadMetadata)
- Inheritance
-
FileUploadMetadata
- Implements
Constructors
| Name | Description |
|---|---|
| FileUploadMetadata() |
Initializes a new instance of FileUploadMetadata. |
Properties
| Name | Description |
|---|---|
| FileName |
The full relative file name/path to store the file under (prefixes are derived from it). |
| Metadata |
Custom key/value metadata to store with the file. |