Blob - SwiftDocOrg/Git GitHub Wiki

Blob

A file revision object.

public final class Blob:​ Object

Inheritance

Object

Properties

owner

The repository containing the blob.

var owner:​ Repository

isBinary

Whether the blob is binary.

var isBinary:​ Bool

size

The size in bytes of the content

var size:​ Int

data

The blob contents.

var data:​ Data