> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.RagStatusChunks

# <a id="SuperOffice_WebApi_Data_RagStatusChunks" /> Class RagStatusChunks

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for RagStatusChunks.
RAG namespace document index statistics

```csharp theme={null}
public class RagStatusChunks
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[RagStatusChunks](SuperOffice.WebApi.Data.RagStatusChunks.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_RagStatusChunks__ctor" /> RagStatusChunks()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public RagStatusChunks()
```

## Properties

### <a id="SuperOffice_WebApi_Data_RagStatusChunks_NumberOfChunks" /> NumberOfChunks

How many chunks stored in the database

```csharp theme={null}
public virtual int NumberOfChunks { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_RagStatusChunks_NumberOfDocuments" /> NumberOfDocuments

How many documents stored in the database

```csharp theme={null}
public virtual int NumberOfDocuments { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

## See Also

[AIAgent](SuperOffice.WebApi.Agents.AIAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.RagStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagStatus.md)
- [SuperOffice.WebApi.Data.RagResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagResult.md)
- [SuperOffice.WebApi.Data.RagAnswer](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagAnswer.md)
- [SuperOffice.WebApi.Data.RagType](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagType.md)
- [SuperOffice.WebApi.Data.RagContextIds](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagContextIds.md)
- [SuperOffice.WebApi.Agents.IAIAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAIAgent.md)
