# AzureStorageOperationOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/)

## ClientOptions {#clientoptions-4a0b86f5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/properties/clientoptions-4a0b86f5/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStorageOperationOptions.cs)

```csharp
public TableClientOptions ClientOptions
```

Options to be used when configuring the table storage client, or `null` to use the default options.

## StoragePolicyOptions {#storagepolicyoptions-f6e7f8da}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/properties/storagepolicyoptions-f6e7f8da/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStorageOperationOptions.cs#L42)

```csharp
public AzureStoragePolicyOptions StoragePolicyOptions
```

Azure Storage Policy Options

## TableName {#tablename-cc1618f4}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/properties/tablename-cc1618f4/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStorageOperationOptions.cs)

```csharp
public virtual string TableName
```

Table name for Azure Storage

## TableServiceClient {#tableserviceclient-8cf094a5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.azurestorage/orleans.transactions.azurestorage.azurestorageoperationoptions/properties/tableserviceclient-8cf094a5/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Shared/Storage/AzureStorageOperationOptions.cs)

```csharp
public TableServiceClient TableServiceClient
```

Gets or sets the client used to access the Azure Table Service.
