Variable $MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefixConst

$MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefix: {
    properties: {
        cacheName: {
            description: "The name of the Distributed Cache.";
            type: "string";
        };
        clusterName: {
            description: "The name of the Cache Cluster.";
            type: "string";
        };
        homeClusterName: {
            description: "The name of the remote Home Cache Cluster.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        topicPrefix: {
            description: "A topic prefix for global topics available from the remote Home Cache Cluster. A wildcard (/>) is implied at the end of the prefix.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        cacheName: {
            description: "The name of the Distributed Cache.";
            type: "string";
        };
        clusterName: {
            description: "The name of the Cache Cluster.";
            type: "string";
        };
        homeClusterName: {
            description: "The name of the remote Home Cache Cluster.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
        topicPrefix: {
            description: "A topic prefix for global topics available from the remote Home Cache Cluster. A wildcard (/>) is implied at the end of the prefix.";
            type: "string";
        };
    }
    • cacheName: {
          description: "The name of the Distributed Cache.";
          type: "string";
      }
      • description: "The name of the Distributed Cache."
      • type: "string"
    • clusterName: {
          description: "The name of the Cache Cluster.";
          type: "string";
      }
      • description: "The name of the Cache Cluster."
      • type: "string"
    • homeClusterName: {
          description: "The name of the remote Home Cache Cluster.";
          type: "string";
      }
      • description: "The name of the remote Home Cache Cluster."
      • type: "string"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"
    • topicPrefix: {
          description: "A topic prefix for global topics available from the remote Home Cache Cluster. A wildcard (/>) is implied at the end of the prefix.";
          type: "string";
      }
      • description: "A topic prefix for global topics available from the remote Home Cache Cluster. A wildcard (/>) is implied at the end of the prefix."
      • type: "string"