- Stream Analytics with Microsoft Azure
- Anindita Basak Krishna Venkataraman Ryan Murphy Manpreet Singh
- 215字
- 2021-07-02 22:35:51
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Once the ASA job is created, in the Solution Explorer, the job topology folder structure could be viewed as Inputs (job input), Outputs (job output), JobConfig.json, Script.asaql (Stream Analytics Query file), Azure Functions (optional), and so on."
A block of code is set as follows:
Select input.vin, BlobSource.Model, input.timestamp, input.outsideTemperature,
input.engineTemperature, input.speed, input.fuel, input.engineoil,
input.tirepressure, input.odometer, input.city, input.accelerator_pedal_position,
input.parking_brake_status,
input.headlamp_status, input.brake_pedal_status,
input.transmission_gear_position, input.ignition_status,
input.windshield_wiper_status, input.abs into output from input join BlobSource
on input.vin = BlobSource.VI
New terms and important words are shown in bold.
Words that you see on the screen, for example, in menus or dialogue boxes, appear in the text like this: "To run the Stream Analytics job query locally, first select Add Local Input by right-clicking on the ASA project in VS Solution Explorer, and choose to Add Local Input."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Hadoop 2.x Administration Cookbook
- VMware Performance and Capacity Management(Second Edition)
- JSF2和RichFaces4使用指南
- 運(yùn)動(dòng)控制器與交流伺服系統(tǒng)的調(diào)試和應(yīng)用
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- Visual FoxPro數(shù)據(jù)庫(kù)基礎(chǔ)及應(yīng)用
- Visual FoxPro程序設(shè)計(jì)
- INSTANT Munin Plugin Starter
- 基于敏捷開發(fā)的數(shù)據(jù)結(jié)構(gòu)研究
- 電機(jī)與電力拖動(dòng)
- 探索中國(guó)物聯(lián)網(wǎng)之路
- 深度學(xué)習(xí)實(shí)戰(zhàn)
- Learn Power BI
- ACM程序設(shè)計(jì)(第2版)
- 樂(lè)高機(jī)器人:Scratch與WeDo編程基礎(chǔ)實(shí)戰(zhàn)應(yīng)用