Class Blob
Inheritance
System.Object
Blob
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
Overrides
Methods
|
Improve this Doc
View Source
GetFilteredContent(String)
Declaration
public GitBuffer GetFilteredContent(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
|
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