Class Protocol.ObjectSpec

java.lang.Object
org.eclipse.jgit.lfs.Protocol.ObjectSpec
Direct Known Subclasses:
Protocol.ObjectInfo
Enclosing interface:
Protocol

public static class Protocol.ObjectSpec extends Object
MetaData of an LFS object. Needs to be specified when requesting objects from the LFS server and is also returned in the response
Since:
4.11
  • Field Details

    • oid

      public String oid
    • size

      public long size
  • Constructor Details

    • ObjectSpec

      public ObjectSpec()