Class CreateFile
Represents the information needed to create a new file.
public class CreateFile
- Inheritance
-
CreateFile
- Inherited Members
Properties
AnnotationId
An optional annotation ID related to the file creation.
public string AnnotationId { get; set; }
Property Value
Kind
The type of file creation (e.g., "create").
public string Kind { get; set; }
Property Value
Options
File options (e.g., whether to overwrite an existing file).
public FileOptions Options { get; set; }
Property Value
Uri
The URI of the file to be created.
public string Uri { get; set; }