API Reference > imodeljs-common > RpcInterface > IModelTileRpcInterface IModelTileRpcInterface Class Extends RpcInterface Methods Name Description getTileCacheContainerUrl(_tokenProps: IModelRpcProps, _id: CloudStorageContainerDescriptor): Promise<CloudStorageContainerUrl> Beta getClient(): IModelTileRpcInterface Static Inherited methods Name Inherited from Description forward<T>(parameters: IArguments): Promise<T> RpcInterface Obtains the implementation result for an RPC operation. isVersionCompatible(backend: string, frontend: string): boolean Static RpcInterface Determines whether the backend version of an RPC interface is compatible (according to semantic versioning) with the frontend version of the interface. Properties Name Type Description interfaceName StaticReadonly "IModelTileRpcInterface" The immutable name of the interface. interfaceVersion Static string The semantic version of the interface. Inherited properties Name Type Inherited from Description configuration Readonly RpcConfiguration RpcInterface The configuration for the RPC interface. Defined in core/common/src/rpc/IModelTileRpcInterface.ts Line 19 Last Updated: 11 June, 2024