Show / Hide Table of Contents

Class Blob

A blob (file) object.

Inheritance
System.Object
NativeDisposable
GitObject
Blob
Inherited Members
GitObject.Id
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class Blob : GitObject

Properties

| Improve this Doc View Source

IsBinary

Declaration
public bool IsBinary { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RawContent

Declaration
public ReadOnlySpan<byte> RawContent { get; }
Property Value
Type Description
ReadOnlySpan<System.Byte>
| Improve this Doc View Source

RawSize

Declaration
public long RawSize { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Type

Declaration
public override ObjectType Type { get; }
Property Value
Type Description
ObjectType
Overrides
GitObject.Type

Methods

| Improve this Doc View Source

GetFilteredContent(String)

Declaration
public GitBuffer GetFilteredContent(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
GitBuffer
| Improve this Doc View Source

GetFilteredContent(String, BlobFilterOptions)

Declaration
public GitBuffer GetFilteredContent(string path, BlobFilterOptions options)
Parameters
Type Name Description
System.String path
BlobFilterOptions options
Returns
Type Description
GitBuffer
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX