# ClusterClientAzureQueueJsonStreamConfiguratorExtensions.ConfigureJsonAdapter(IClusterClientAzureQueueJsonStreamConfigurator, Action&lt;AzureQueueJsonDataAdapterOptions&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfiguratorextensions/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.hosting.clusterclientazurequeuejsonstreamconfiguratorextensions/methods/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/AzureQueue/AzureQueueStreamBuilder.cs#L201-L202)

```csharp
[System.Diagnostics.CodeAnalysis.Experimental(StreamingJsonSerializationExperimental, UrlFormat = https://github.com/dotnet/orleans/pull/9618)]
public static void ConfigureJsonAdapter(this IClusterClientAzureQueueJsonStreamConfigurator configurator, Action<AzureQueueJsonDataAdapterOptions> configureAdapterOptions)
```

Configures the JSON data adapter behavior options.

### Parameters

- `configurator` (`IClusterClientAzureQueueJsonStreamConfigurator`): The configurator.
- `configureAdapterOptions` (`Action<AzureQueueJsonDataAdapterOptions>`): Action to configure JSON data adapter options.
