FileStoreEntry Constructors
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.
Overloads
| Name | Description |
|---|---|
| FileStoreEntry() |
Initializes a new instance of the FileStoreEntry class. |
| FileStoreEntry(String, String) |
Initializes a new instance of the FileStoreEntry class. |
FileStoreEntry()
Initializes a new instance of the FileStoreEntry class.
public FileStoreEntry();
Public Sub New ()
Applies to
FileStoreEntry(String, String)
Initializes a new instance of the FileStoreEntry class.
public FileStoreEntry(string name, string type);
new Microsoft.Agents.AI.FileStoreEntry : string * string -> Microsoft.Agents.AI.FileStoreEntry
Public Sub New (name As String, type As String)
Parameters
- name
- String
The name of the entry (a single path segment, not a full path).