public class RedisRegenerateKeyParameters extends Object
| Constructor and Description |
|---|
RedisRegenerateKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
RedisKeyType |
keyType()
Get the keyType value.
|
RedisRegenerateKeyParameters |
withKeyType(RedisKeyType keyType)
Set the keyType value.
|
public RedisKeyType keyType()
public RedisRegenerateKeyParameters withKeyType(RedisKeyType keyType)
keyType - the keyType value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/