Class DeleteFile
Represents the information needed to delete an existing file.
public class DeleteFile
- Inheritance
-
DeleteFile
- Inherited Members
Properties
AnnotationId
An optional annotation ID related to the file deletion.
public string AnnotationId { get; set; }
Property Value
Kind
The type of file operation (e.g., "delete").
public string Kind { get; set; }
Property Value
Options
File deletion options (e.g., whether to delete recursively).
public DeleteFileOptions Options { get; set; }
Property Value
Uri
The URI of the file to be deleted.
public string Uri { get; set; }