java.lang.Object
com.alibaba.cloud.ai.graph.agent.extension.file.FileInfo

public class FileInfo extends Object
Structured file listing information. Minimal contract used across backends. Only "path" is required. Other fields are best-effort and may be absent depending on backend.
  • Constructor Details

  • Method Details

    • getPath

      public String getPath()
    • getIsDir

      public Boolean getIsDir()
    • getSize

      public Long getSize()
    • getModifiedAt

      public String getModifiedAt()