InlineFile(String, String) Constructor
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.
Initializes a new instance of InlineFile.
public InlineFile(string mountPath, string encodedFile);
new Azure.AI.Discovery.InlineFile : string * string -> Azure.AI.Discovery.InlineFile
Public Sub New (mountPath As String, encodedFile As String)
Parameters
- mountPath
- String
Absolute path within the container at which to mount this file.
- encodedFile
- String
File contents: Compressed using .gz then base64-encoded.
Exceptions
mountPath or encodedFile is null.