Magidoc

Blob
Object

Represents a Git blob.

Fields

#

abbreviatedOid

Non-null

An abbreviated version of the Git object ID

byteSize

Non-null

Byte size of Blob object

commitResourcePath

Non-null

The HTTP path for this Git object

commitUrl

Non-null

The HTTP URL for this Git object

id

ID !
Non-null

The Node ID of the Blob object

isBinary

Indicates whether the Blob is binary or text. Returns null if unable to determine the encoding.

isTruncated

Non-null

Indicates whether the contents is truncated

oid

Non-null

The Git object ID

repository

Non-null

The Repository the Git object belongs to

text

UTF8 text data or null if the Blob is binary

Interfaces

#

Also implements GitObject , Node .