| MetadataGetKeyspace Method  | 
             Returns metadata of specified keyspace.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic KeyspaceMetadata GetKeyspace(
	string keyspace
)
Parameters
- keyspace
 - Type: SystemString
 the name of the keyspace for which metadata should be
             returned.  
Return Value
Type: 
KeyspaceMetadatathe metadata of the requested keyspace or 
null if
             
* keyspace is not a known keyspace.
See Also