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

# AzuriteServiceType

> Specifies which Azurite services to start.

## Definition

**Assembly:** CloudNimble.Breakdance.Azurite.dll

**Namespace:** CloudNimble.Breakdance.Azurite

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.Breakdance.Azurite.AzuriteServiceType
```

## Summary

Specifies which Azurite services to start.

## Values

| Name    | Value | Description                            |
| ------- | ----- | -------------------------------------- |
| `None`  | 0     | No services (invalid).                 |
| `Blob`  | 1     | Azure Blob Storage emulator.           |
| `Queue` | 2     | Azure Queue Storage emulator.          |
| `Table` | 4     | Azure Table Storage emulator.          |
| `All`   | 7     | All services (Blob, Queue, and Table). |
